external-command-rs 0.1.3

External tool in Rust
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 = "2024"
name = "external-command-rs"
version = "0.1.3"
authors = ["Hatter Jiang"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "External tool in Rust"
readme = "README.md"
keywords = ["crypto"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://git.hatter.ink/hatter/external-command-rs"

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

[[example]]
name = "simple_test"
path = "examples/simple_test.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.rust_util]
version = "0.6.47"

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

[dependencies.serde_json]
version = "1.0.140"