# 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 = "plugx-input" version = "0.3.1" include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "CONTRIBUTING.md", ] description = "simple and flexible data-structure with diff, merge, and validation." homepage = "https://crates.io/crates/plugx-input" documentation = "https://docs.rs/plugx-input" readme = "README.md" keywords = [ "plugin", "config", "configuration", "data-structures", ] categories = [ "config", "data-structures", "parsing", ] license = "BSD-3-Clause" repository = "https://github.com/plugx-rs/plugx-input" [dependencies.anyhow] version = "1.0.77" [dependencies.cfg-if] version = "1.0.0" [dependencies.faccess] version = "0.2.4" optional = true [dependencies.log] version = "0.4.20" default-features = false [dependencies.regex] version = "1.10.2" optional = true [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.52" [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.serde_json] version = "1.0.108" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["json"] [features] default = [] logging = [] schema = [ "dep:faccess", "dep:regex", ] tracing = ["dep:tracing"]