# 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 = "dango" version = "0.1.1" authors = ["Oleg Lelenkov "] description = "Application skeleton" documentation = "https://docs.rs/dango" license-file = "LICENSE.md" resolver = "2" [dependencies.anyhow] version = "1.0.58" features = ["std"] default-features = false [dependencies.clap] version = "3.2.6" features = [ "color", "std", ] default-features = false [dependencies.semver] version = "1.0.10" features = ["std"] default-features = false [dependencies.thiserror] version = "1.0.30" default-features = false [dependencies.tracing] version = "0.1.35" features = ["std"] default-features = false [dependencies.tracing-appender] version = "0.2.2" default-features = false [dependencies.tracing-subscriber] version = "0.3.11" features = [ "std", "fmt", "ansi", "registry", ] default-features = false [dependencies.uninode] version = "0.4.2" features = [ "yaml", "toml", "loaders", "serialize", ] default-features = false