version = 4
[[package]]
name = "spyne"
version = "0.9.0"
dependencies = [
"spyne-encoding",
"spyne-ffi",
"spyne-macros",
"spyne-quote",
"spyne-syntax",
"spyne-text",
]
[[package]]
name = "spyne-encoding"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2cd0b9e4b24de0506323a97f1d8fafdebe5f326e0c342555b601a4f90296495"
[[package]]
name = "spyne-ffi"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791417e9fe5b6e41bc4d4fea7ebae622723e2542cf59c0bc4615b1eb186e83f9"
dependencies = [
"spyne-macros",
]
[[package]]
name = "spyne-macros"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3850227f5ac60cc24ac477bd45a3dd06cfd9263162816cdfd391b741b68f84c"
dependencies = [
"spyne-encoding",
"spyne-quote",
"spyne-syntax",
]
[[package]]
name = "spyne-quote"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b5de14eda38567e81f4e197c17a5714048a8de0f9717d9eb858f487abcc200b"
dependencies = [
"spyne-syntax",
]
[[package]]
name = "spyne-syntax"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3de928adf6d077b54e93649359812c133587f60054baf105b0e043bb2fc186f"
[[package]]
name = "spyne-text"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1c62ab5e02d2e5b79764f076a577c9e25ed886e4e877d0e399fb6256002ac8d"