[dependencies.typology-derive]
version = "0.1"
[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]
[package]
authors = ["Danil Karpenko <limpix31@gmail.com>"]
categories = ["rust-patterns"]
description = "Type derivation for foreign use"
documentation = "https://docs.rs/typology"
edition = "2021"
homepage = "https://github.com/limpix31/typology"
keywords = ["type", "derive", "typeof"]
license = "MIT OR Apache-2.0"
name = "typology"
readme = "readme.md"
repository = "https://github.com/limpix31/typology.git"
rust-version = "1.71"
version = "0.1.1"