# 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-report" version = "0.1.0" authors = ["Clay McLeod "] description = "Reporting 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.chrono] version = "0.4.31" [dependencies.colored] version = "2.1.0" [dependencies.nonempty] version = "0.9.0" [dependencies.textwrap] version = "0.16.0" [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"