# 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" name = "portal-pc-license-key" version = "0.3.0" authors = [ "Patrik Svensson ", "gkgoat", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A license key system." readme = "README.md" keywords = [ "license", "license-generator", "software-license", ] license = "MIT" repository = "https://github.com/patriksvensson/license-key" [lib] name = "license_key" path = "src/lib.rs" [[example]] name = "generator" path = "examples/generator/main.rs" [[example]] name = "verifier" path = "examples/verifier/main.rs" [[bench]] name = "generator" path = "benches/generator.rs" harness = false [dependencies.base2048] version = "2.0.2" optional = true [dependencies.hex] version = "0.4.2" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.criterion] version = "0.3" [features] base2048 = ["dep:base2048"]