# 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 = "nym-bin-common" version = "0.6.0" authors = ["Nym Technologies SA"] description = "Common code for nym binaries" license = "Apache-2.0" repository = "https://github.com/nymtech/nym" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap_complete] version = "4.0" [dependencies.clap_complete_fig] version = "4.0" [dependencies.log] version = "0.4" [dependencies.opentelemetry] version = "0.19.0" features = ["rt-tokio"] optional = true [dependencies.opentelemetry-jaeger] version = "0.18.0" features = [ "rt-tokio", "collector_client", "isahc_collector_client", ] optional = true [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.semver] version = "0.11" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" optional = true [dependencies.tracing-opentelemetry] version = "0.19.0" optional = true [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] optional = true [dependencies.tracing-tree] version = "0.2.2" optional = true [build-dependencies.vergen] version = "=7.4.3" features = [ "build", "git", "rustc", "cargo", ] default-features = false [features] default = [] output_format = ["serde_json"] tracing = [ "tracing-subscriber", "tracing-tree", "opentelemetry-jaeger", "tracing-opentelemetry", "opentelemetry", ]