# 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 = "kmacros" version = "6.1.0" description = "Useful macros" homepage = "https://github.com/norcalli/kmacros/" readme = "README.md" keywords = [] license = "MIT" repository = "https://github.com/norcalli/kmacros/" [dependencies.enum-kinds] version = "0.5.1" optional = true [dependencies.kmacros_shim] version = "6.0" [dependencies.kproc_macros] version = "6.0" optional = true [features] default = [ "proc", "kinds", ] kinds = ["enum-kinds"] no_std = [ "kmacros_shim/no_std", "enum-kinds/no-stdlib", ] proc = ["kproc_macros"]