# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "litcrypt" version = "0.3.0" authors = ["Robin Syihab (r@ansvia.com)"] description = "Let's encrypt your string statically during compile time" readme = "README.md" keywords = ["litcrypt", "encrypt", "compile"] license = "Apache-2.0" repository = "https://github.com/anvie/litcrypt.rs" [lib] path = "src/litcrypt.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.8" [dev-dependencies.expectest] version = "0.12.0" features = []