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 = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e35ae52c42d2d76e1561c0a099c73597bef7770c018d7f47cf5f27a5068744b"
dependencies = [
"shapely-core",
"shapely-derive",
]
[[package]]
name = "shapely-core"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ec2f45c5c1a2ae41e6acd80806ea44c7950b27b2df06587f55f1caf7eea2675"
[[package]]
name = "shapely-derive"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0abcf80b0453e3724d65f21c7aeb776375bdcdc524c9893a6ae669fabf1bb0b9"
dependencies = [
"shapely-core",
"unsynn",
]
[[package]]
name = "shapely-json"
version = "3.0.0"
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",
]