# 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 = "dns_common" version = "0.2.1" authors = ["Denis Isidoro "] description = "Personal toolbelt for Rust code" license = "Apache-2.0" [dependencies.anyhow] version = "1.0.68" [dependencies.directories-next] version = "2.0.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" optional = true [dependencies.serde_yaml] version = "0.9.16" optional = true [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [features] default = ["yaml"] json = ["dep:serde_json"] yaml = ["dep:serde_yaml"]