# 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 = "olpc-cjson" version = "0.1.4" authors = ["iliana destroyer of worlds "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "serde_json Formatter to serialize as OLPC-style canonical JSON" readme = "README.md" keywords = ["json"] license = "MIT OR Apache-2.0" repository = "https://github.com/awslabs/tough" resolver = "2" [lib] name = "olpc_cjson" path = "src/lib.rs" [[bin]] name = "olpc-cjson" path = "src/main.rs" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.unicode-normalization] version = "0.1" [dev-dependencies.serde_derive] version = "1"