# 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" rust-version = "1.60.0" name = "linear_type" version = "0.7.2" authors = ["Christian Thäter "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Linear types for rust" readme = "README.md" keywords = [ "typesystem", "cell", "lineartype", "undropable", "nodrop", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://git.pipapo.org/cehteh/linear_type.git" [lib] name = "linear_type" path = "src/lib.rs" [[example]] name = "simple_states" path = "examples/simple_states.rs" [features] default = [] drop_unchecked = [] semipure = [] [badges.maintenance] status = "actively-developed" [lints.clippy] cargo_common_metadata = "warn" doc_markdown = "warn" missing_const_for_fn = "warn" missing_panics_doc = "warn" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" unknown_lints = "allow" [lints.rustdoc] missing_crate_level_docs = "warn" missing_doc_code_examples = "warn"