# 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" rust-version = "1.53.0" name = "code-spells" version = "0.2.4" authors = ["Johanna Sörngård "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Aliases some common (and less common) code snippets to macros named after thematically appropriate spells from Harry Potter, so that instead of calling drop(x), you can cast obliviate!(x)" readme = "README.md" keywords = [ "code-spells", "macros-are-magic", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/JSorngard/code_spells/" [lib] name = "code_spells" path = "src/lib.rs"