spyne 0.11.1

All-in-one toolkit
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "spyne"
version = "0.11.1"
dependencies = [
 "spyne-encoding",
 "spyne-ffi",
 "spyne-macros",
 "spyne-quote",
 "spyne-sync",
 "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.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b887ea8c742b897c939407c3570d53ed7bebaab320d5e91b2ce0d3b4681121d"
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-sync"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "293f8f64df391cbe00cd251094fff15dfaadaf1c60bdbbbfe782cc8fe224d8d7"

[[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.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ea6e3b5b331c4096d07f8275588ee9cfe43627790d6229a2bd0642259271d7f"