File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " scarb-stable-hash"
3
3
version = " 1.0.0"
4
- edition.workspace = true
4
+ description = " Implementation of a hasher that produces the same values across Scarb releases"
5
+ readme = " README.md"
5
6
authors.workspace = true
7
+ edition.workspace = true
6
8
homepage.workspace = true
7
9
license.workspace = true
8
- readme.workspace = true
9
10
repository.workspace = true
10
- publish = false
11
11
12
12
[dependencies ]
13
13
xxhash-rust.workspace = true
Original file line number Diff line number Diff line change
1
+ # Scarb Stable Hash
2
+
3
+ This crate provides only one function, implementation of a hasher that produces the same values across Scarb releases
4
+ The hasher should be fast and have a low chance of collisions (but is not sufficient for cryptographic purposes).
5
+
6
+ ## Changelog
7
+
8
+ All notable changes to this project are documented on the [ GitHub releases] page.
9
+
10
+ [ github releases ] : https://github.com/software-mansion/scarb/releases
You can’t perform that action at this time.
0 commit comments