# 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" rust-version = "1.56" name = "serde-json-utils" version = "0.2.1" description = "Util crate for serde_json Value" homepage = "https://github.com/marirs/serde-json-utils" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/marirs/serde-json-utils" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false [lib] name = "serde_json_utils" path = "src/lib.rs" [dependencies.ordered-float] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1"