# 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 = "nonicle" version = "0.1.1" include = [ "CHANGELOG.md", "README.md", "LICENSES/", "src/", ] description = "Tools for type-safe, canonical data representations." readme = "README.md" keywords = [ "semantic", "canonical", ] categories = [ "no-std", "rust-patterns", ] license = "MPL-2.0" repository = "https://github.com/uklotzde/nonicle" [features] default = ["std"] std = [] [lints.clippy] clone_on_ref_ptr = "warn" default_trait_access = "allow" missing_const_for_fn = "warn" missing_errors_doc = "allow" module_name_repetitions = "allow" pedantic = "warn" self_named_module_files = "warn" [lints.rust] future_incompatible = "warn" let_underscore = "warn" missing_debug_implementations = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" unreachable_pub = "warn" unsafe_code = "warn" unused = "warn"