# 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-value" version = "1.1.0" authors = ["Yuichi Nishiwaki "] description = "Types and macros for the MessagePack data model" license = "MIT" repository = "https://github.com/Idein/msgpack-schema" [dependencies.proptest] version = "1" optional = true [dependencies.proptest-derive] version = "0.3" optional = true [dependencies.thiserror] version = "^1.0.25" [features] default = ["proptest"] proptest = [ "dep:proptest", "dep:proptest-derive", ]