sidetree-client 0.1.2

Client library for managing DID operations for Sidetree API services
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 = "sidetree-client"
version = "0.1.2"
authors = ["Tomislav Markovski <tomislav@trinsic.id>"]
description = "Client library for managing DID operations for Sidetree API services"
license = "Apache-2.0"

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

[[bin]]
name = "sidetree-client"
path = "bin/main.rs"
[dependencies.base64]
version = "0.13"

[dependencies.bitflags]
version = "1.2"

[dependencies.clap]
version = "3.0.0-beta.2"
features = ["yaml"]

[dependencies.colour]
version = "0.5"

[dependencies.getrandom]
version = "0.2"
features = ["js"]

[dependencies.libsecp256k1]
version = "0.3"

[dependencies.multihash]
version = "0.13"

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

[dependencies.serde_jcs]
version = "0.1"

[dependencies.serde_json]
version = "1.0"
features = ["std", "float_roundtrip"]
default-features = false

[dependencies.sha2]
version = "0.9"