# 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-statistics" version = "0.1.0" authors = ["Clay McLeod "] description = "Statistics 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" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./html/docs.html", ] [dependencies.statrs] version = "0.16.0" [dev-dependencies.approx] version = "0.5.1" [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"