# 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 = "2018" name = "serde-hashkey" version = "0.4.5" authors = ["John-John Tedro "] description = "Space efficient, in-memory serde serialization which supports hashing." homepage = "https://github.com/udoprog/serde-hashkey" documentation = "https://docs.rs/serde-hashkey" readme = "README.md" keywords = [ "serde", "serialization", ] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/udoprog/serde-hashkey" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.num-traits02] version = "0.2.1" optional = true package = "num-traits" [dependencies.ordered-float3] version = "3.0.0" optional = true package = "ordered-float" [dependencies.serde] version = "1.0.117" [dev-dependencies.serde_derive] version = "1.0.117" [dev-dependencies.serde_json] version = "1.0.59" [features] default = [] ordered-float = [ "ordered-float3", "num-traits02", ]