[dependencies.shapely-core]
version = "2.0.0"
[dependencies.yaml-rust2]
version = "0.10.0"
[lib]
name = "shapely_yaml"
path = "src/lib.rs"
[package]
authors = ["Amos Wenger <amos@bearcove.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing", "data-structures"]
description = "YAML serialization and deserialization for Shapely types"
documentation = "https://docs.rs/shapely"
edition = "2024"
homepage = "https://github.com/bearcove/shapely"
keywords = ["yaml", "serialization", "deserialization", "reflection", "shapely"]
license = "MIT OR Apache-2.0"
name = "shapely-yaml"
readme = "README.md"
repository = "https://github.com/bearcove/shapely"
rust-version = "1.85"
version = "2.0.0"