# 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 = "semval" version = "0.5.2" authors = [ "slowtec GmbH ", "Uwe Klotz ", ] include = [ "CHANGELOG.md", "README.md", "LICENSES/", "src/", ] description = "Semantic validation" readme = "README.md" keywords = [ "semantic", "validation", ] categories = [ "no-std", "rust-patterns", ] license = "MPL-2.0" repository = "https://github.com/slowtec/semval" [dependencies.smallvec] version = "1.13.1" features = ["union"] [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"