# 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 = "2018" name = "const-gen" version = "1.6.5" authors = ["Griffin O'Neill "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A crate for generating (relatively) complex compile-time constants in rust. """ homepage = "https://github.com/Eolu/const-gen" documentation = "https://docs.rs/const_gen" readme = "README.md" keywords = [ "const", "constants", "compile-time", "build", ] categories = [ "accessibility", "config", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Eolu/const-gen" [lib] name = "const_gen" path = "src/lib.rs" [dependencies.const-gen-derive] version = "1.1.6" optional = true [features] default = [ "std", "derive", "phf", ] derive = ["const-gen-derive"] phf = ["std"] std = []