ark-tom256 0.1.4

The Tom-256 curve
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 = "ark-tom256"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Tom-256 curve"
documentation = "https://docs.rs/ark-tom256/"
readme = "README.md"
license = "MIT OR Apache-2.0"

[features]
default = []
r1cs = ["ark-r1cs-std"]
std = [
    "ark-std/std",
    "ark-ff/std",
    "ark-ec/std",
]
zero-flag = []

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

[[bench]]
name = "tom256"
path = "benches/tom256.rs"
harness = false

[dependencies.ark-ec]
version = "0.5.0"
default-features = false

[dependencies.ark-ff]
version = "0.5.0"
default-features = false

[dependencies.ark-r1cs-std]
version = "0.5.0"
optional = true
default-features = false

[dependencies.ark-std]
version = "0.5.0"
default-features = false

[dev-dependencies.ark-algebra-bench-templates]
version = "0.5.0"
default-features = false

[dev-dependencies.ark-algebra-test-templates]
version = "0.5.0"
default-features = false

[dev-dependencies.ark-relations]
version = "0.5.0"
default-features = false

[dev-dependencies.ark-serialize]
version = "0.5.0"
default-features = false