# 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.71" name = "typology-derive" version = "0.1.1" authors = ["Danil Karpenko "] description = "Type derivation for foreign use" homepage = "https://github.com/limpix31/typology" documentation = "https://docs.rs/typology" keywords = [ "type", "derive", "typeof", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/limpix31/typology.git" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" [lints.clippy] all = "warn" cargo_common_metadata = "allow" expect_used = "deny" missing_const_for_fn = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" multiple_crate_versions = "allow" must_use_candidate = "allow" too_many_lines = "allow" unwrap_used = "deny" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust]