licensed 0.1.1

licensed is a library to add signed licenses to your binary
Documentation
# 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 = "licensed"
version = "0.1.1"
authors = ["Chris MacNaughton <chris@centaurisolutions.nl>"]
description = "licensed is a library to add signed licenses to your binary"
homepage = "https://github.com/ChrisMacNaughton/licensed"
documentation = "https://docs.rs/licensed"
readme = "README.md"
license = "MIT/Apache-2.0"

[[bin]]
name = "gen_license"
path = "bin/gen_license.rs"

[[bin]]
name = "gen_keys"
path = "bin/gen_keys.rs"
[dependencies.chrono]
version = "0.4.2"
features = ["serde"]

[dependencies.failure]
version = "0.1.1"

[dependencies.log]
version = "0.4.2"

[dependencies.ring]
version = "0.12.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.untrusted]
version = "0.5.1"