# 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 = "edn-rs" version = "0.18.0" authors = [ "Julia Naomi ", "Eva Pace ", "Kevin Nakamura ", ] description = "[DEPRECATED]: Crate to parse and emit EDN" documentation = "https://docs.rs/edn-rs/" readme = "README.md" keywords = [ "EDN", "no_std", ] license = "MIT" repository = "https://github.com/edn-rs/edn-rs" [[example]] name = "async" [[example]] name = "json_to_edn" required-features = ["json"] [[example]] name = "edn_to_json" required-features = ["json"] [[bench]] name = "parse" harness = false [[bench]] name = "tagged_parse" harness = false [[bench]] name = "serialize" harness = false [dependencies.ordered-float] version = "4.1" optional = true default-features = false [dependencies.regex] version = "1" optional = true [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.33" features = ["full"] [features] default = [ "sets", "std", ] json = ["regex"] sets = ["ordered-float"] std = [] [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] future-incompatible = "warn" unsafe_code = "deny" [lints.rust.rust_2018_idioms] level = "warn" priority = -1