# 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 = "json-canon" version = "0.1.3" authors = ["Michael Williams "] description = "Serialize JSON into a canonical format." readme = "README.md" keywords = [ "json", "serde", "serialization", "canonical", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/ahdinosaur/json-canon" resolver = "1" [[bench]] name = "basic" harness = false [dependencies.ryu-js] version = "0.2.2" default-features = false [dependencies.serde] version = "1.0.162" default-features = false [dependencies.serde_json] version = "1.0.96" features = [ "std", "float_roundtrip", ] default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde_derive] version = "1.0.163"