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 = "ed25519_ph"
version = "0.1.35"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "_tmpl"
homepage = "https://github.com/i18n-site/rust/tree/main/ed25519_ph"
readme = false
license = "BUSL-1.1"
repository = "https://github.com/i18n-site/rust.git"
resolver = "2"

[lib]
name = "ed25519_ph"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

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

[dependencies.ed25519-dalek]
version = "2.1.1"
features = ["digest"]

[dependencies.sha3]
version = "0.10.8"

[dependencies.wasm-bindgen]
version = "0.2.100"