summaryrefslogtreecommitdiff
path: root/rust/guts/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/guts/Cargo.toml')
-rw-r--r--rust/guts/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/rust/guts/Cargo.toml b/rust/guts/Cargo.toml
deleted file mode 100644
index ebcf77f..0000000
--- a/rust/guts/Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-[package]
-name = "blake3_guts"
-version = "0.0.0"
-authors = ["Jack O'Connor <oconnor663@gmail.com>", "Samuel Neves"]
-description = "low-level building blocks for the BLAKE3 hash function"
-repository = "https://github.com/BLAKE3-team/BLAKE3"
-license = "CC0-1.0 OR Apache-2.0"
-documentation = "https://docs.rs/blake3_guts"
-readme = "readme.md"
-edition = "2021"
-
-[dev-dependencies]
-hex = "0.4.3"
-reference_impl = { path = "../../reference_impl" }
-
-[features]
-default = ["std"]
-std = []