version = 4
[[package]]
name = "mutants"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126"
[[package]]
name = "proc-macro2"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
dependencies = [
"unicode-ident",
]
[[package]]
name = "shadow_counted"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b985e394ee53f8e4c547d5c6fa75b83b243ab6f51563a0323f1475fc8abc8e7f"
[[package]]
name = "shapely"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07c4bf6dec46b17ced7ab572ba4114b3329477f23aeb183d67ebe5f1a413b685"
dependencies = [
"shapely-core",
"shapely-derive",
]
[[package]]
name = "shapely-core"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f2db1aa64bb5e1ef33726eadaeda2d16c18df36493ae13a27c3c4e8d8214542"
[[package]]
name = "shapely-derive"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8994253409acf501d0139025d4a73de20cfa6c9f77bc73fe33a19b5c11b5e291"
dependencies = [
"shapely-core",
"unsynn",
]
[[package]]
name = "shapely-json"
version = "2.0.1"
dependencies = [
"shapely",
]
[[package]]
name = "unicode-ident"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
[[package]]
name = "unsynn"
version = "0.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45b8949e2e0d516407a99e232f0040c7d433f32d522edabcb27ed27f7d10c47c"
dependencies = [
"mutants",
"proc-macro2",
"shadow_counted",
]