# 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 = "peano-axioms" version = "0.1.0" description = "Type-level numbers based on an extension of the Peano axioms." documentation = "https://docs.rs/peano-axioms" readme = "README.md" keywords = [ "number", "type", ] categories = [ "no-std", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/Spartan2909/peano-axioms" [dependencies.local-type-alias] version = "0.1.4" [lints.clippy] expect_used = "forbid" inline_always = "allow" missing_inline_in_public_items = "warn" module_name_repetitions = "allow" panic = "forbid" redundant_pub_crate = "allow" todo = "forbid" unimplemented = "forbid" unreachable = "forbid" unwrap_used = "forbid" use_self = "allow" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" unsafe_code = "forbid"