# 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" rust-version = "1.70" name = "rmpv" version = "1.3.0" authors = ["Evgeny Safronov "] description = "Value variant for RMP" documentation = "https://docs.rs/rmpv" readme = "README.md" keywords = [ "msgpack", "MessagePack", "serialization", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/3Hren/msgpack-rust" [package.metadata.release] tag-prefix = "{{crate_name}}/" [dependencies.num-traits] version = "0.2.14" [dependencies.rmp] version = "0.8.14" [dependencies.serde] version = "1.0.197" optional = true [dependencies.serde_bytes] version = "0.11.5" optional = true [dev-dependencies.quickcheck] version = "1.0.2" [features] with-serde = [ "serde", "serde_bytes", ] [badges.maintenance] status = "looking-for-maintainer"