# 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 = "json-e" version = "4.8.0" authors = [ "owlishDeveloper ", "Alex Lopez ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A data-structure parameterization system for embedding context in JSON objects" homepage = "https://json-e.js.org" documentation = "https://docs.rs/json-e/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/json-e/json-e" [lib] name = "json_e" path = "src/lib.rs" [[test]] name = "test_spec" path = "tests/test_spec.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.chrono] version = "0.4.19" [dependencies.lazy_static] version = "1.4.0" [dependencies.nom] version = "7" [dependencies.serde_json] version = "1.0.57" [dependencies.thiserror] version = "1.0" [build-dependencies.serde_json] version = "1.0.57" [build-dependencies.yaml-rust] version = "0.4"