diff --git a/account-decoder/Cargo.toml b/account-decoder/Cargo.toml index c5f97d4266..6c66db5650 100644 --- a/account-decoder/Cargo.toml +++ b/account-decoder/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana account decoder" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-account-decoder" license = "Apache-2.0" edition = "2018" diff --git a/banks-client/Cargo.toml b/banks-client/Cargo.toml index f212b03367..f435485786 100644 --- a/banks-client/Cargo.toml +++ b/banks-client/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-banks-client" edition = "2018" [dependencies] diff --git a/banks-interface/Cargo.toml b/banks-interface/Cargo.toml index 5387f254f4..7922405781 100644 --- a/banks-interface/Cargo.toml +++ b/banks-interface/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-banks-interface" edition = "2018" [dependencies] diff --git a/banks-server/Cargo.toml b/banks-server/Cargo.toml index 4b7e7879a7..28eacb6f41 100644 --- a/banks-server/Cargo.toml +++ b/banks-server/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-banks-server" edition = "2018" [dependencies] diff --git a/clap-utils/Cargo.toml b/clap-utils/Cargo.toml index 7d5fc88f47..8897c9be2c 100644 --- a/clap-utils/Cargo.toml +++ b/clap-utils/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-clap-utils" edition = "2018" [dependencies] diff --git a/cli-config/Cargo.toml b/cli-config/Cargo.toml index 8670749943..7cedca2ded 100644 --- a/cli-config/Cargo.toml +++ b/cli-config/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-cli-config" [dependencies] dirs-next = "2.0.0" diff --git a/cli-output/Cargo.toml b/cli-output/Cargo.toml index 8997ac753c..3aff67c862 100644 --- a/cli-output/Cargo.toml +++ b/cli-output/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-cli-output" [dependencies] chrono = { version = "0.4.11", features = ["serde"] } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 20828a53a1..029968bce3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-cli" [dependencies] bincode = "1.3.1" diff --git a/client/Cargo.toml b/client/Cargo.toml index 701326dc71..ac2ab4a076 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Client" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-client" license = "Apache-2.0" edition = "2018" diff --git a/core/Cargo.toml b/core/Cargo.toml index fb4faf5a24..eb6e53f68a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,8 +2,8 @@ name = "solana-core" description = "Blockchain, Rebuilt for Scale" version = "1.6.0" -documentation = "https://docs.rs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-core" readme = "../README.md" repository = "https://github.com/solana-labs/solana" authors = ["Solana Maintainers "] diff --git a/crate-features/Cargo.toml b/crate-features/Cargo.toml index 2b34f19ef3..67d57af419 100644 --- a/crate-features/Cargo.toml +++ b/crate-features/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Crate Features" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-crate-features" license = "Apache-2.0" edition = "2018" diff --git a/download-utils/Cargo.toml b/download-utils/Cargo.toml index 5b875e526e..02bcc6582a 100644 --- a/download-utils/Cargo.toml +++ b/download-utils/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-download-utils" edition = "2018" [dependencies] diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index 6d058e70d6..7af5ff251b 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-faucet" edition = "2018" [dependencies] diff --git a/frozen-abi/Cargo.toml b/frozen-abi/Cargo.toml index 806715c6ac..31962a7c45 100644 --- a/frozen-abi/Cargo.toml +++ b/frozen-abi/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Frozen ABI" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-frozen-abi" license = "Apache-2.0" edition = "2018" diff --git a/frozen-abi/macro/Cargo.toml b/frozen-abi/macro/Cargo.toml index ba1f8ad14b..7bffbba2a9 100644 --- a/frozen-abi/macro/Cargo.toml +++ b/frozen-abi/macro/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Frozen ABI Macro" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-frozen-abi-macro" license = "Apache-2.0" edition = "2018" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 79a39881da..4e986366c6 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-genesis" [dependencies] base64 = "0.12.3" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 1768e4bb10..6c04b66284 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-gossip" [dependencies] clap = "2.33.1" diff --git a/install/Cargo.toml b/install/Cargo.toml index bd9371b318..3fa53a5e58 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-install" [dependencies] atty = "0.2.11" diff --git a/keygen/Cargo.toml b/keygen/Cargo.toml index 0e221375d3..6a060fea85 100644 --- a/keygen/Cargo.toml +++ b/keygen/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-keygen" edition = "2018" [dependencies] diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 3954aad72f..57ff8d2efd 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-ledger-tool" [dependencies] bs58 = "0.3.1" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 57e7853255..c0aa69afa0 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-ledger" edition = "2018" [dependencies] diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index 7fd7b94cb8..94eab08ccc 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-local-cluster" [dependencies] crossbeam-channel = "0.4" diff --git a/logger/Cargo.toml b/logger/Cargo.toml index 4f0fdbd807..d553e088b5 100644 --- a/logger/Cargo.toml +++ b/logger/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-logger" edition = "2018" [dependencies] diff --git a/measure/Cargo.toml b/measure/Cargo.toml index e7b4a1f471..b45989b5dc 100644 --- a/measure/Cargo.toml +++ b/measure/Cargo.toml @@ -2,8 +2,8 @@ name = "solana-measure" description = "Blockchain, Rebuilt for Scale" version = "1.6.0" -documentation = "https://docs.rs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-measure" readme = "../README.md" repository = "https://github.com/solana-labs/solana" authors = ["Solana Maintainers "] diff --git a/merkle-tree/Cargo.toml b/merkle-tree/Cargo.toml index 08e3e829a3..7626954f74 100644 --- a/merkle-tree/Cargo.toml +++ b/merkle-tree/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-merkle-tree" edition = "2018" [dependencies] diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index e381933106..4bbaa110ed 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-metrics" edition = "2018" [dependencies] diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index 5f3ff25743..ef3eff19d2 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-net-utils" edition = "2018" [dependencies] diff --git a/notifier/Cargo.toml b/notifier/Cargo.toml index 54c58ae0a3..4828f5c9ac 100644 --- a/notifier/Cargo.toml +++ b/notifier/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-notifier" edition = "2018" [dependencies] diff --git a/perf/Cargo.toml b/perf/Cargo.toml index df4fe7adbf..1052464823 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-perf" edition = "2018" [dependencies] diff --git a/poh-bench/Cargo.toml b/poh-bench/Cargo.toml index b592af00dd..7ff29f9c0b 100644 --- a/poh-bench/Cargo.toml +++ b/poh-bench/Cargo.toml @@ -6,6 +6,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-poh-bench" [dependencies] clap = "2.33.1" diff --git a/programs/bpf/rust/128bit/Cargo.toml b/programs/bpf/rust/128bit/Cargo.toml index 36e32c4ebf..ac95155249 100644 --- a/programs/bpf/rust/128bit/Cargo.toml +++ b/programs/bpf/rust/128bit/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-128bit" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/128bit_dep/Cargo.toml b/programs/bpf/rust/128bit_dep/Cargo.toml index cd356c503d..020ab861e0 100644 --- a/programs/bpf/rust/128bit_dep/Cargo.toml +++ b/programs/bpf/rust/128bit_dep/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-128bit-dep" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/alloc/Cargo.toml b/programs/bpf/rust/alloc/Cargo.toml index 7f956c2b6b..c4e1a9837b 100644 --- a/programs/bpf/rust/alloc/Cargo.toml +++ b/programs/bpf/rust/alloc/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-alloc" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/call_depth/Cargo.toml b/programs/bpf/rust/call_depth/Cargo.toml index 3a1a3afa47..3cad478162 100644 --- a/programs/bpf/rust/call_depth/Cargo.toml +++ b/programs/bpf/rust/call_depth/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-call-depth" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/caller_access/Cargo.toml b/programs/bpf/rust/caller_access/Cargo.toml index b559c9a8ad..c2d0748ce9 100644 --- a/programs/bpf/rust/caller_access/Cargo.toml +++ b/programs/bpf/rust/caller_access/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-caller-access" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/custom_heap/Cargo.toml b/programs/bpf/rust/custom_heap/Cargo.toml index c8f9baaa37..154c8cceac 100644 --- a/programs/bpf/rust/custom_heap/Cargo.toml +++ b/programs/bpf/rust/custom_heap/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-custom-heap" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/dep_crate/Cargo.toml b/programs/bpf/rust/dep_crate/Cargo.toml index a3a91703db..7b62bdab82 100644 --- a/programs/bpf/rust/dep_crate/Cargo.toml +++ b/programs/bpf/rust/dep_crate/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-dep-crate" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/deprecated_loader/Cargo.toml b/programs/bpf/rust/deprecated_loader/Cargo.toml index ac688b10f6..0a2dab62e4 100644 --- a/programs/bpf/rust/deprecated_loader/Cargo.toml +++ b/programs/bpf/rust/deprecated_loader/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-deprecated-loader" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/dup_accounts/Cargo.toml b/programs/bpf/rust/dup_accounts/Cargo.toml index c6458c2e82..ac85cc910d 100644 --- a/programs/bpf/rust/dup_accounts/Cargo.toml +++ b/programs/bpf/rust/dup_accounts/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-dup-accounts" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/error_handling/Cargo.toml b/programs/bpf/rust/error_handling/Cargo.toml index 39f25fa60f..0c7fe3c5b5 100644 --- a/programs/bpf/rust/error_handling/Cargo.toml +++ b/programs/bpf/rust/error_handling/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-error-handling" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/external_spend/Cargo.toml b/programs/bpf/rust/external_spend/Cargo.toml index 21d45afefd..55b6132fff 100644 --- a/programs/bpf/rust/external_spend/Cargo.toml +++ b/programs/bpf/rust/external_spend/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-external-spend" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/finalize/Cargo.toml b/programs/bpf/rust/finalize/Cargo.toml index a0a64879fb..3fd7ea2504 100644 --- a/programs/bpf/rust/finalize/Cargo.toml +++ b/programs/bpf/rust/finalize/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-finalize" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/instruction_introspection/Cargo.toml b/programs/bpf/rust/instruction_introspection/Cargo.toml index e7010ba9f9..b84e56538f 100644 --- a/programs/bpf/rust/instruction_introspection/Cargo.toml +++ b/programs/bpf/rust/instruction_introspection/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-instruction-introspection" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/invoke/Cargo.toml b/programs/bpf/rust/invoke/Cargo.toml index cd9a46b5bc..5b243f114c 100644 --- a/programs/bpf/rust/invoke/Cargo.toml +++ b/programs/bpf/rust/invoke/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-invoke" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/invoke_and_error/Cargo.toml b/programs/bpf/rust/invoke_and_error/Cargo.toml index cc701edba8..cb2372a92e 100644 --- a/programs/bpf/rust/invoke_and_error/Cargo.toml +++ b/programs/bpf/rust/invoke_and_error/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-invoke-and-error" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/invoke_and_ok/Cargo.toml b/programs/bpf/rust/invoke_and_ok/Cargo.toml index 774dc47821..2b57ce31c7 100644 --- a/programs/bpf/rust/invoke_and_ok/Cargo.toml +++ b/programs/bpf/rust/invoke_and_ok/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-invoke-and-ok" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/invoke_and_return/Cargo.toml b/programs/bpf/rust/invoke_and_return/Cargo.toml index c9f32fd766..3b1e7d8f2a 100644 --- a/programs/bpf/rust/invoke_and_return/Cargo.toml +++ b/programs/bpf/rust/invoke_and_return/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-invoke-and-return" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/invoked/Cargo.toml b/programs/bpf/rust/invoked/Cargo.toml index 2521c7b95d..491329eae9 100644 --- a/programs/bpf/rust/invoked/Cargo.toml +++ b/programs/bpf/rust/invoked/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-invoked" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/iter/Cargo.toml b/programs/bpf/rust/iter/Cargo.toml index 1b80a40797..cecfb952bf 100644 --- a/programs/bpf/rust/iter/Cargo.toml +++ b/programs/bpf/rust/iter/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-iter" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/many_args/Cargo.toml b/programs/bpf/rust/many_args/Cargo.toml index 1e34c79976..a8eb85b7d4 100644 --- a/programs/bpf/rust/many_args/Cargo.toml +++ b/programs/bpf/rust/many_args/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-many-args" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/many_args_dep/Cargo.toml b/programs/bpf/rust/many_args_dep/Cargo.toml index 8241e37c26..13de3cec9e 100644 --- a/programs/bpf/rust/many_args_dep/Cargo.toml +++ b/programs/bpf/rust/many_args_dep/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-many-args-dep" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/mem/Cargo.toml b/programs/bpf/rust/mem/Cargo.toml index 5c9f0543ae..6b281a9534 100644 --- a/programs/bpf/rust/mem/Cargo.toml +++ b/programs/bpf/rust/mem/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-mem" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/noop/Cargo.toml b/programs/bpf/rust/noop/Cargo.toml index 94ca61014b..9d0ff99d1a 100644 --- a/programs/bpf/rust/noop/Cargo.toml +++ b/programs/bpf/rust/noop/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-noop" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/panic/Cargo.toml b/programs/bpf/rust/panic/Cargo.toml index 4e9572d8ff..5c331189ab 100644 --- a/programs/bpf/rust/panic/Cargo.toml +++ b/programs/bpf/rust/panic/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-panic" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/param_passing/Cargo.toml b/programs/bpf/rust/param_passing/Cargo.toml index 27b384a15d..7fd4ba8767 100644 --- a/programs/bpf/rust/param_passing/Cargo.toml +++ b/programs/bpf/rust/param_passing/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-param-passing" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/param_passing_dep/Cargo.toml b/programs/bpf/rust/param_passing_dep/Cargo.toml index 76bb44c6ea..db34de95f8 100644 --- a/programs/bpf/rust/param_passing_dep/Cargo.toml +++ b/programs/bpf/rust/param_passing_dep/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-param-passing-dep" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/rand/Cargo.toml b/programs/bpf/rust/rand/Cargo.toml index 838f1e7f39..ced299e88d 100644 --- a/programs/bpf/rust/rand/Cargo.toml +++ b/programs/bpf/rust/rand/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-rand" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/ristretto/Cargo.toml b/programs/bpf/rust/ristretto/Cargo.toml index 4688edd40b..2a1bda5bf6 100644 --- a/programs/bpf/rust/ristretto/Cargo.toml +++ b/programs/bpf/rust/ristretto/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-ristretto" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/ro_modify/Cargo.toml b/programs/bpf/rust/ro_modify/Cargo.toml index 06478e2618..85e6814f29 100644 --- a/programs/bpf/rust/ro_modify/Cargo.toml +++ b/programs/bpf/rust/ro_modify/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-ro-modify" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/sanity/Cargo.toml b/programs/bpf/rust/sanity/Cargo.toml index e441a0320c..3957ed1bfb 100644 --- a/programs/bpf/rust/sanity/Cargo.toml +++ b/programs/bpf/rust/sanity/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-sanity" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/sha256/Cargo.toml b/programs/bpf/rust/sha256/Cargo.toml index c9f8e7b6d9..5e5367173c 100644 --- a/programs/bpf/rust/sha256/Cargo.toml +++ b/programs/bpf/rust/sha256/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-sha256" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/spoof1/Cargo.toml b/programs/bpf/rust/spoof1/Cargo.toml index 4d8be0a982..572a0ada5d 100644 --- a/programs/bpf/rust/spoof1/Cargo.toml +++ b/programs/bpf/rust/spoof1/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-spoof1" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/spoof1_system/Cargo.toml b/programs/bpf/rust/spoof1_system/Cargo.toml index 9ba52d27da..3cfabef015 100644 --- a/programs/bpf/rust/spoof1_system/Cargo.toml +++ b/programs/bpf/rust/spoof1_system/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-spoof1-system" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/sysval/Cargo.toml b/programs/bpf/rust/sysval/Cargo.toml index 13ae78f823..9d4eaa94aa 100644 --- a/programs/bpf/rust/sysval/Cargo.toml +++ b/programs/bpf/rust/sysval/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-sysval" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/upgradeable/Cargo.toml b/programs/bpf/rust/upgradeable/Cargo.toml index 965d992ad8..37546b6bb7 100644 --- a/programs/bpf/rust/upgradeable/Cargo.toml +++ b/programs/bpf/rust/upgradeable/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-upgradeable" edition = "2018" [dependencies] diff --git a/programs/bpf/rust/upgraded/Cargo.toml b/programs/bpf/rust/upgraded/Cargo.toml index 7a270f0033..fcfa6b2b57 100644 --- a/programs/bpf/rust/upgraded/Cargo.toml +++ b/programs/bpf/rust/upgraded/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-upgraded" edition = "2018" [dependencies] diff --git a/programs/bpf_loader/Cargo.toml b/programs/bpf_loader/Cargo.toml index 092b446dc9..d45a5280e8 100644 --- a/programs/bpf_loader/Cargo.toml +++ b/programs/bpf_loader/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-loader-program" edition = "2018" [dependencies] diff --git a/programs/budget/Cargo.toml b/programs/budget/Cargo.toml index 912c2c1f5c..be9b0aaf54 100644 --- a/programs/budget/Cargo.toml +++ b/programs/budget/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-budget-program" edition = "2018" [dependencies] diff --git a/programs/config/Cargo.toml b/programs/config/Cargo.toml index e062396777..44b6312d2c 100644 --- a/programs/config/Cargo.toml +++ b/programs/config/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-config-program" edition = "2018" [dependencies] diff --git a/programs/exchange/Cargo.toml b/programs/exchange/Cargo.toml index 11b7253c93..8c2bff2af7 100644 --- a/programs/exchange/Cargo.toml +++ b/programs/exchange/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-exchange-program" edition = "2018" [dependencies] diff --git a/programs/failure/Cargo.toml b/programs/failure/Cargo.toml index d7e25ab5e7..23a7d3f4ca 100644 --- a/programs/failure/Cargo.toml +++ b/programs/failure/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-failure-program" edition = "2018" [dependencies] diff --git a/programs/noop/Cargo.toml b/programs/noop/Cargo.toml index 384c8e63f3..601e8c809a 100644 --- a/programs/noop/Cargo.toml +++ b/programs/noop/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-noop-program" edition = "2018" [dependencies] diff --git a/programs/ownable/Cargo.toml b/programs/ownable/Cargo.toml index 6372130bda..d25f4fb1a5 100644 --- a/programs/ownable/Cargo.toml +++ b/programs/ownable/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-ownable" edition = "2018" [dependencies] diff --git a/programs/secp256k1/Cargo.toml b/programs/secp256k1/Cargo.toml index f34467780c..50c2b09461 100644 --- a/programs/secp256k1/Cargo.toml +++ b/programs/secp256k1/Cargo.toml @@ -3,6 +3,7 @@ name = "solana-secp256k1-program" description = "Solana Secp256k1 program" version = "1.6.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-secp256k1-program" repository = "https://github.com/solana-labs/solana" authors = ["Solana Maintainers "] license = "Apache-2.0" diff --git a/programs/stake/Cargo.toml b/programs/stake/Cargo.toml index e420dd0224..584c2290bc 100644 --- a/programs/stake/Cargo.toml +++ b/programs/stake/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-stake-program" edition = "2018" [dependencies] diff --git a/programs/vest/Cargo.toml b/programs/vest/Cargo.toml index 316cbb0286..96e14ca476 100644 --- a/programs/vest/Cargo.toml +++ b/programs/vest/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-vest-program" edition = "2018" [dependencies] diff --git a/programs/vote/Cargo.toml b/programs/vote/Cargo.toml index a17b6fdb14..50d0ebcfd5 100644 --- a/programs/vote/Cargo.toml +++ b/programs/vote/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-vote-program" edition = "2018" [dependencies] diff --git a/ramp-tps/Cargo.toml b/ramp-tps/Cargo.toml index 460f6a95f6..fa15dd2dbf 100644 --- a/ramp-tps/Cargo.toml +++ b/ramp-tps/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/tour-de-sol" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-ramp-tps" [dependencies] bzip2 = "0.3.3" diff --git a/rayon-threadlimit/Cargo.toml b/rayon-threadlimit/Cargo.toml index 7ab2e2f1c4..082eaf1b15 100644 --- a/rayon-threadlimit/Cargo.toml +++ b/rayon-threadlimit/Cargo.toml @@ -3,6 +3,7 @@ name = "solana-rayon-threadlimit" version = "1.6.0" description = "solana-rayon-threadlimit" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-rayon-threadlimit" readme = "../README.md" repository = "https://github.com/solana-labs/solana" authors = ["Solana Maintainers "] diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 3e452a77a7..4b0695f7ed 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-remote-wallet" [dependencies] base32 = "0.4.0" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6ebef1ba1f..e62b89a0cd 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-runtime" edition = "2018" [dependencies] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index f572d42031..bb0fa7eb4c 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana SDK" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-sdk" license = "Apache-2.0" edition = "2018" diff --git a/sdk/macro/Cargo.toml b/sdk/macro/Cargo.toml index b3b9d19515..bb0d71e2c7 100644 --- a/sdk/macro/Cargo.toml +++ b/sdk/macro/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana SDK Macro" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-sdk-macro" license = "Apache-2.0" edition = "2018" diff --git a/sdk/program/Cargo.toml b/sdk/program/Cargo.toml index d9f968aa70..ec78d910f2 100644 --- a/sdk/program/Cargo.toml +++ b/sdk/program/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-program" license = "Apache-2.0" edition = "2018" diff --git a/stake-accounts/Cargo.toml b/stake-accounts/Cargo.toml index b0d409fc3f..3c5bed8205 100644 --- a/stake-accounts/Cargo.toml +++ b/stake-accounts/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-stake-accounts" [dependencies] clap = "2.33.1" diff --git a/stake-monitor/Cargo.toml b/stake-monitor/Cargo.toml index a4fb439c0c..df942e29ba 100644 --- a/stake-monitor/Cargo.toml +++ b/stake-monitor/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-stake-monitor" [dependencies] clap = "2.33.1" diff --git a/stake-o-matic/Cargo.toml b/stake-o-matic/Cargo.toml index 8989bb819e..e20a920f48 100644 --- a/stake-o-matic/Cargo.toml +++ b/stake-o-matic/Cargo.toml @@ -3,6 +3,7 @@ authors = ["Solana Maintainers "] description = "I will find you and I will stake you" edition = "2018" homepage = "https://solana.com/" +documentation = "https://docs.rs/" license = "Apache-2.0" name = "solana-stake-o-matic" repository = "https://github.com/solana-labs/stake-o-matic" diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index b2f5812131..a658dc36e1 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-storage-bigtable" edition = "2018" [dependencies] diff --git a/storage-proto/Cargo.toml b/storage-proto/Cargo.toml index 1afbc239de..7f5277b2b2 100644 --- a/storage-proto/Cargo.toml +++ b/storage-proto/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-storage-proto" edition = "2018" [dependencies] diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index e52452969f..ceccccd95e 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-streamer" edition = "2018" [dependencies] diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index f45f5306b9..4164f73d36 100644 --- a/sys-tuner/Cargo.toml +++ b/sys-tuner/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-sys-tuner" publish = true [dependencies] diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index d5ad8c259f..a0d800f438 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-tokens" [dependencies] chrono = { version = "0.4", features = ["serde"] } diff --git a/transaction-status/Cargo.toml b/transaction-status/Cargo.toml index d7416ccf31..dac34b3914 100644 --- a/transaction-status/Cargo.toml +++ b/transaction-status/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana transaction status types" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-transaction-status" license = "Apache-2.0" edition = "2018" diff --git a/validator/Cargo.toml b/validator/Cargo.toml index f408378001..b207eb2304 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-validator" default-run = "solana-validator" [dependencies] diff --git a/version/Cargo.toml b/version/Cargo.toml index e6878b1ce3..ece1c13598 100644 --- a/version/Cargo.toml +++ b/version/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-version" edition = "2018" [dependencies] diff --git a/watchtower/Cargo.toml b/watchtower/Cargo.toml index 4a1edb9fc4..8e79440f84 100644 --- a/watchtower/Cargo.toml +++ b/watchtower/Cargo.toml @@ -7,6 +7,7 @@ version = "1.6.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-watchtower" [dependencies] clap = "2.33.1" diff --git a/web3.js/examples/bpf-rust-noop/Cargo.toml b/web3.js/examples/bpf-rust-noop/Cargo.toml index f39eaeca6c..a35f19b463 100644 --- a/web3.js/examples/bpf-rust-noop/Cargo.toml +++ b/web3.js/examples/bpf-rust-noop/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" +documentation = "https://docs.rs/solana-bpf-rust-noop" edition = "2018" [dependencies]