# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "msgpack-schema" version = "1.1.0" authors = ["Yuichi Nishiwaki "] description = "A specification language for MessagePack data format" documentation = "https://docs.rs/msgpack-schema" readme = "README.md" categories = ["encoding"] license = "MIT" repository = "https://github.com/Idein/msgpack-schema" [dependencies.byteorder] version = "1" [dependencies.msgpack-schema-impl] version = "=1.1.0" [dependencies.msgpack-value] version = "=1.1.0" default-features = false [dependencies.rmp] version = "0.8" [dependencies.thiserror] version = "^1.0.25" [dev-dependencies.proptest] version = "1" [dev-dependencies.proptest-derive] version = "0.3" [dev-dependencies.trybuild] version = "1.0" [features] default = ["proptest"] proptest = ["msgpack-value/proptest"]