spyne 0.11.8

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.8"
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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9bcf688074a582569177cf905c7cf3e95d6fa54ab8570e348e500b443dfaf13"
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e97356ade7ef45af82688160063916f9f1197d5ea5227da9619fef222366e7e"

[[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"