# 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 = "tinybitset" version = "0.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generic implementation of small, fixed size, copyable bitsets" homepage = "https://github.com/moia-oss/tinybitset" readme = "README.md" keywords = [ "bitset", "stack", "small", "data-structure", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/moia-oss/tinybitset" [lib] name = "tinybitset" path = "src/lib.rs" [dependencies.num-traits] version = "0.2.17" [lints.clippy] allow_attributes = "deny" allow_attributes_without_reason = "deny" disallowed-types = "deny" missing_const_for_fn = "warn" todo = "warn" [lints.clippy.complexity] level = "warn" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.perf] level = "warn" priority = -1 [lints.clippy.style] level = "warn" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1 [lints.rust] dead_code = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "deny" redundant_lifetimes = "deny" single_use_lifetimes = "deny" unnameable_types = "deny" unreachable_pub = "deny" unsafe_code = "deny" unstable_features = "deny" unused_crate_dependencies = "deny" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" unused_results = "deny" [lints.rust.refining_impl_trait] level = "warn" priority = -1 [lints.rust.unused] level = "warn" priority = -1 [lints.rustdoc] broken_intra_doc_links = "deny" private_intra_doc_links = "allow"