and fix new clippy lints for MSRV 1.66. * tonic 0.10 -> 0.11 * tonic-build 0.10 -> 0.11 * cargo update * cargo update -p home@0.5.9 --precise 0.5.5 * cargo update -p prost-build@0.12.4 --precise 0.12.3 * cargo update -p prost-types@0.12.4 --precise 0.12.3 * cargo update -p prost@0.12.4 --precise 0.12.3 * cargo update -p prost-derive@0.12.5 --precise 0.12.3 * cargo update -p half@2.4.1 --precise 2.2.1 (The precise updates avoid a further MSRV bump to 1.70.) Remaining duplicates are currently unavoidable. Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org> |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
zcash_keys
This library contains Rust structs and traits for Zcash key and address parsing and encoding.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.