# 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 = "axocli" version = "0.2.0" description = "common code for setting up a CLI App and handling errors/printing." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axocli" [dependencies.backtrace] version = "0.3.69" [dependencies.backtrace-ext] version = "0.2.1" [dependencies.console] version = "0.15.8" [dependencies.miette] version = "7.0.0" features = ["fancy"] [dependencies.serde] version = "1.0.196" [dependencies.serde_json] version = "1.0.113" [dependencies.thiserror] version = "1.0.57" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.clap] version = "4.5.0" features = ["derive"] [dev-dependencies.miette] version = "7.0.0" [dev-dependencies.serde] version = "1.0.196" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.113" [dev-dependencies.thiserror] version = "1.0.57"