# 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 = "serde_json_canonicalizer" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON Canonicalization Scheme (JCS - RFC 8785) implementation" documentation = "https://docs.rs/serde_json_canonicalizer/" readme = "README.md" license = "MIT" repository = "https://github.com/evik42/serde-json-canonicalizer" [lib] name = "serde_json_canonicalizer" path = "src/lib.rs" [[test]] name = "basic_types" path = "tests/basic_types.rs" [[test]] name = "number_formatting" path = "tests/number_formatting.rs" [[test]] name = "testdata" path = "tests/testdata.rs" [[test]] name = "tests_from_rfc_text" path = "tests/tests_from_rfc_text.rs" [dependencies.ryu-js] version = "1.0.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["float_roundtrip"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.test-case] version = "3.1.0"