Go to file
Kris Nuttycombe b1962ac396 Remove `zcash_keys` dependency on `zcash_primitives`. 2024-12-15 13:26:00 -07:00
.cargo Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
.github Adjust CI policy: 2024-12-09 22:52:49 +00:00
.vscode Tell rust-analyzer to compile using stable, because the Rust version from 2024-07-28 23:25:55 +01:00
components zcash_transparent: Refactor code so it compiles in its new crate 2024-12-15 13:25:43 -07:00
devtools zcash_transparent: Refactor code so it compiles in its new crate 2024-12-15 13:25:43 -07:00
librustzcash
pczt zcash_transparent: Refactor code so it compiles in its new crate 2024-12-15 13:25:43 -07:00
supply-chain zcash_address 0.6.2 2024-12-13 20:56:40 +00:00
zcash Bump MSRV to 1.77 2024-10-18 22:10:40 +00:00
zcash_client_backend zcash_address: Remove serde implementation for `ZcashAddress` 2024-12-13 20:22:50 +00:00
zcash_client_sqlite Merge pull request #1648 from nuttycom/backport/v_tx_outputs_migration_fix 2024-12-10 14:41:31 -07:00
zcash_extensions Fix `zfuture` build. 2024-12-09 10:11:19 -07:00
zcash_history Fix clippy lints after MSRV bump 2024-10-18 22:39:23 +00:00
zcash_keys Remove `zcash_keys` dependency on `zcash_primitives`. 2024-12-15 13:26:00 -07:00
zcash_primitives zcash_transparent: Refactor code so it compiles in its new crate 2024-12-15 13:25:43 -07:00
zcash_proofs pczt: Add end-to-end integration tests 2024-12-07 06:56:07 +00:00
zcash_transparent Remove `zcash_keys` dependency on `zcash_primitives`. 2024-12-15 13:26:00 -07:00
.editorconfig Add `WalletRead::get_account_ids` function 2024-01-10 13:01:01 -07:00
.gitattributes Add a protobuf representation for transaction proposals. 2023-11-09 20:02:36 -07:00
.gitignore Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
COPYING.md Ensure that GitHub's "View license" link points to complete license information. 2022-01-18 14:19:53 +00:00
Cargo.lock Remove `zcash_keys` dependency on `zcash_primitives`. 2024-12-15 13:26:00 -07:00
Cargo.toml Move transparent protocol code into `zcash_transparent` 2024-12-15 09:54:48 +00:00
LICENSE-APACHE
LICENSE-MIT Update copyright year in LICENSE-MIT. 2022-01-18 14:19:53 +00:00
README.md Fix an incorrect README.md hyphenation. 2024-10-25 15:56:40 -06:00
deny.toml Migrate to `rusqlite 0.31` 2024-10-17 21:05:48 +00:00
rust-toolchain.toml Bump MSRV to 1.77 2024-10-18 22:10:40 +00:00

README.md

Zcash Rust crates

This repository contains a (work-in-progress) set of Rust crates for working with Zcash.

Security Warnings

These libraries are under development and have not been fully reviewed.

License

All code in this workspace is licensed under either of

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.