-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fabf4bf
commit 3ef4d25
Showing
7 changed files
with
52 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "digestible" | ||
version = "0.2.0-rc.2" | ||
version = "0.2.0" | ||
edition = "2021" | ||
authors = ["Wyatt Herkamp <[email protected]>"] | ||
description = "A more dynamic Hash and Hasher interface" | ||
|
@@ -16,15 +16,14 @@ rust-version="1.70" | |
[dependencies] | ||
digest_0_10 = {package = "digest", version = "0.10", optional = true } | ||
byteorder = "1" | ||
digestible-macros= {path="../macros",optional = true, version = "0.2.0-rc.2" } | ||
digestible-macros= {path="../macros",optional = true, version = "0.2.0" } | ||
base64 = { version = "0.21", optional = true } | ||
bytes = { version = "1" , optional = true} | ||
[dev-dependencies] | ||
sha2 = "0.10" | ||
base64 = "0.21" | ||
digestible-macros= {path="../macros"} | ||
digestible = { path = ".", features = ["base64"] } | ||
chrono = "0.4" | ||
[features] | ||
default = ["digest_0_10","derive", "std", "alloc"] | ||
derive = ["digestible-macros"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "digestible-macros" | ||
version = "0.2.0-rc.2" | ||
version = "0.2.0" | ||
edition = "2021" | ||
authors = ["Wyatt Herkamp <[email protected]>"] | ||
description = "Macros for generating digest implementations" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters