# 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 = "memcomparable" version = "0.2.0" description = "A memcomparable serialization format." homepage = "https://github.com/risingwavelabs/memcomparable" readme = "README.md" keywords = [ "memcomparable", "serde", ] license = "Apache-2.0" repository = "https://github.com/risingwavelabs/memcomparable" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "serde" harness = false [dependencies.bytes] version = "1" [dependencies.rust_decimal] version = "1" optional = true [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rust_decimal] version = "1" features = ["rand"] [dev-dependencies.serde] version = "1" features = ["derive"] [features] decimal = ["rust_decimal"]