# 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] edition = "2018" name = "slip" version = "0.1.0" authors = ["Moxinilian "] description = "A hassle-free utility to encrypt error handling strings in your public binaries to protect your business logic" readme = "README.md" license = "MIT" repository = "https://github.com/Moxinilian/slip/" [dependencies.proc-macro-hack] version = "0.5" [dependencies.slip-imp] version = "0.1.0" [dev-dependencies.anyhow] version = "1.0" [features] allow-no-encryption = ["slip-imp/allow-no-encryption"] default = []