# 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 = "tstr" version = "0.2.4" authors = ["rodrimati1992 "] include = [ "Cargo.toml", "src/**/*.rs", "LICENSE-ZLIB.md", "../readme.md", ] description = "Type-level strings" documentation = "https://docs.rs/tstr_proc_macros/" readme = "readme.md" keywords = [] categories = ["no-std"] license = "Zlib" repository = "https://github.com/rodrimati1992/tstr_crates/" [package.metadata.docs.rs] features = [ "docsrs", "nightly_const_generics", "cmp_traits", ] [dependencies.tstr_proc_macros] version = "0.2.2" [features] cmp_traits = [] const_generics = [ "tstr_proc_macros/const_generics", "min_const_generics", ] docsrs = ["for_examples"] for_examples = [] min_const_generics = [ "tstr_proc_macros/min_const_generics", "rust_1_46", ] nightly_const_generics = ["const_generics"] rust_1_46 = [] testing = ["for_examples"] use_syn = ["tstr_proc_macros/syn_"]