# 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 = "kobold_macros" version = "0.9.0" authors = ["Maciej Hirsz "] description = "Macros for Kobold" documentation = "https://docs.rs/kobold" readme = "README.md" keywords = [ "web", "wasm", "javascript", ] categories = [ "wasm", "web-programming", ] license = "MPL-2.0" repository = "https://github.com/maciejhirsz/kobold" resolver = "1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] proc-macro = true [dependencies.arrayvec] version = "0.7.2" [dependencies.beef] version = "0.5.2" [dependencies.fnv] version = "1.0.7" [dependencies.once_cell] version = "1.17.1" [dev-dependencies.proc-macro2] version = "1.0.51"