# 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 = "heed-types" version = "0.20.1" authors = ["Kerollmops "] description = "The types used with the fully typed LMDB wrapper, heed" readme = "README.md" license = "MIT" repository = "https://github.com/Kerollmops/heed" [dependencies.bincode] version = "1.3.3" optional = true [dependencies.byteorder] version = "1.5.0" [dependencies.heed-traits] version = "0.20.0" [dependencies.rmp-serde] version = "1.3.0" optional = true [dependencies.serde] version = "1.0.203" optional = true [dependencies.serde_json] version = "1.0.120" optional = true [features] arbitrary_precision = ["serde_json/arbitrary_precision"] default = [ "serde-bincode", "serde-json", ] preserve_order = ["serde_json/preserve_order"] raw_value = ["serde_json/raw_value"] serde-bincode = [ "serde", "bincode", ] serde-json = [ "serde", "serde_json", ] serde-rmp = [ "serde", "rmp-serde", ] unbounded_depth = ["serde_json/unbounded_depth"]