cc-me 0.2.0

Client library and forward CLI for cc.me
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 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 = "2021"
name = "cc-me"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library and forward CLI for cc.me"
readme = "README.md"
license = "MIT"

[lib]
name = "cc_me"
path = "src/lib.rs"

[[bin]]
name = "cc-me"
path = "src/main.rs"

[[test]]
name = "cli_process"
path = "tests/cli_process.rs"

[[test]]
name = "client_http"
path = "tests/client_http.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.crypto_box]
version = "0.10.0-pre.0"
features = [
    "seal",
    "std",
]

[dependencies.ed25519-dalek]
version = "2.2.0"

[dependencies.getrandom]
version = "0.3"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "2"
features = ["json"]

[dev-dependencies.curve25519-dalek]
version = "4"