spyne 0.5.0

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.5.0"
dependencies = [
 "spyne-ffi",
 "spyne-macros",
 "spyne-quote",
 "spyne-syntax",
]

[[package]]
name = "spyne-ffi"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb9e207f80f7e301c97efa4079ceb3b9faad2871feeae0fb48d2a0ff68abaa6"

[[package]]
name = "spyne-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "464cec2ace6358ea7126ee050cbb5d1f41463611c7e230601160c3219483c6e0"
dependencies = [
 "spyne-quote",
 "spyne-syntax",
]

[[package]]
name = "spyne-quote"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9298cc5af0c594eb32d594cd5f617d43b803a1f43a31a81a0e07d50f0de77732"
dependencies = [
 "spyne-syntax",
]

[[package]]
name = "spyne-syntax"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b7ca0eec7c82590e753ca894418f0fd313005be107d2c0dbe5723ccd0388eb"