# 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 = "named-types" version = "0.1.1" description = "Like Display or Debug but for type names." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/pdamianik/named-types-rs" [profile.release] opt-level = "s" strip = "debuginfo" [dependencies.document-features] version = "0.2.7" [dependencies.named-types-derive] version = "0.1.0" [features] alloc = [] default = [ "rust-1-70-0", "std", ] rust-1-51-0 = [] rust-1-54-0 = ["rust-1-51-0"] rust-1-55-0 = ["rust-1-54-0"] rust-1-56-0 = ["rust-1-55-0"] rust-1-57-0 = ["rust-1-56-0"] rust-1-59-0 = ["rust-1-57-0"] rust-1-60-0 = ["rust-1-59-0"] rust-1-61-0 = ["rust-1-60-0"] rust-1-63-0 = ["rust-1-61-0"] rust-1-64-0 = ["rust-1-63-0"] rust-1-65-0 = ["rust-1-64-0"] rust-1-66-0 = ["rust-1-65-0"] rust-1-70-0 = ["rust-1-66-0"] std = []