smith-ssh 0.1.2

Smith client. Command line tools for interacting with https://smith.st services.
# 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 = "smith-ssh"
version = "0.1.2"
authors = ["Mark Hibberd <mark@hibberd.id.au>"]
description = "Smith client. Command line tools for interacting with https://smith.st services."
homepage = "https://smith.st"
categories = ["api-bindings", "command-line-utilities", "authentication"]
license = "BSD-3-Clause"
repository = "https://github.com/smith-security/smith.rs"
[dependencies.base64]
version = "0.10.1"

[dependencies.biscuit]
version = "0.2.0"

[dependencies.byteorder]
version = "1.3.2"

[dependencies.clap]
version = "2.33.0"

[dependencies.dirs]
version = "2.0.1"

[dependencies.exec]
version = "0.3.1"

[dependencies.num-bigint]
version = "0.2.2"

[dependencies.openssl]
version = "0.10.23"

[dependencies.reqwest]
version = "0.9.16"

[dependencies.ring]
version = "0.14.6"

[dependencies.serde]
version = "1.0.94"

[dependencies.serde_derive]
version = "1.0.94"

[dependencies.serde_json]
version = "1.0.39"

[dependencies.untrusted]
version = "0.6.2"

[dependencies.whoami]
version = "0.5.2"

[dependencies.yasna]
version = "0.3.1"
features = ["num-bigint"]

[features]
cli-test = []