callpass 1.0.2

Generate APRS passcodes
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]
edition = "2018"
name = "callpass"
version = "1.0.2"
authors = ["Kyle Jones <kyle@kf5jwc.us>"]
description = "Generate APRS passcodes"
keywords = ["APRS-IS", "APRS", "amateur", "ham", "radio"]
categories = ["algorithms", "authentication", "command-line-utilities", "data-structures", "no-std"]
license = "GPL-2.0"
repository = "https://git.kf5jwc.us/callpass"

[[bin]]
name = "callpass"
required-features = ["std", "tools"]
[dependencies.ascii]
version = "0.9.*"

[dependencies.docopt]
version = "^0.8"
optional = true

[dependencies.serde]
version = "^1.0"
optional = true

[dependencies.serde_derive]
version = "^1.0"
optional = true

[features]
default = ["std", "tools"]
std = []
tools = ["docopt", "serde", "serde_derive"]