# 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 = "bitbelay-cli" version = "0.1.1" authors = ["Clay McLeod "] description = "Command line facilities for the `bitbelay` package ecosystem" documentation = "https://docs.rs/bitbelay" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/claymcleod/bitbelay" [dependencies.anyhow] version = "1.0.76" [dependencies.bitbelay-providers] version = "0.1.0" [dependencies.bitbelay-report] version = "0.1.0" [dependencies.bitbelay-suites] version = "0.1.0" [dependencies.bitbelay-tests] version = "0.1.0" [dependencies.byte-unit] version = "5.1.2" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.ordered-float] version = "4.2.0" [dependencies.rand] version = "0.8.5" [dependencies.statrs] version = "0.16.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" rust-2018-idioms = "warn" rust-2021-compatibility = "warn" [lints.rustdoc] broken_intra_doc_links = "deny"