# 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 = "check_keyword" version = "0.3.1" authors = ["Joel Courtney "] description = "A trait for String-like types to check if it is a keyword and convert it to a safe non-keyword if so." readme = "README.md" keywords = [ "keyword", "string", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/JoelCourtney/check_keyword" [lib] path = "src/lib.rs" proc-macro = false [dependencies.phf] version = "0.11" features = ["macros"] [features] 2018 = [] 2021 = ["2018"] default = ["2021"]