# 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 = "miny" version = "2.0.1" authors = ["1e1001"] description = "Box with small value optimization" homepage = "https://github.com/1e1001/miny" documentation = "https://docs.rs/miny" readme = "README.md" keywords = [ "box", "dst", "stack", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/1e1001/miny" [lints.clippy] alloc_instead_of_core = "warn" as_underscore = "warn" dbg_macro = "warn" default_union_representation = "warn" if_then_some_else_none = "warn" impl_trait_in_params = "warn" min_ident_chars = "warn" missing_assert_message = "warn" missing_asserts_for_indexing = "warn" missing_errors_doc = "allow" multiple_inherent_impl = "warn" multiple_unsafe_ops_per_block = "warn" pedantic = "warn" redundant_type_annotations = "warn" semicolon_outside_block = "warn" shadow_unrelated = "warn" single_char_lifetime_names = "warn" tests_outside_test_module = "warn" todo = "warn" undocumented_unsafe_blocks = "warn" unnecessary_safety_comment = "warn" unnecessary_safety_doc = "warn" unseparated_literal_suffix = "warn" [lints.rust] missing_docs = "deny"