Skip to content

Commit

Permalink
chore: mark all but a few crates private (unpublishable) (near#4909)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx authored Oct 6, 2021
1 parent 6c8fb54 commit 40b7e74
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions chain/chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-chain"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions chain/chunks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-chunks"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions chain/client-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-client-primitives"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions chain/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-client"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions chain/epoch_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-epoch-manager"
version = "0.0.1"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"


Expand Down
1 change: 1 addition & 0 deletions chain/indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-indexer"
version = "0.10.1"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions chain/jsonrpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-jsonrpc"
version = "0.2.2"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions chain/jsonrpc/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-jsonrpc-client"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions chain/jsonrpc/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-jsonrpc-test-utils"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions chain/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-network"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions chain/pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "near-pool"
version = "0.1.0"
license = "MIT OR Apache-2.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions chain/rosetta-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-rosetta-rpc"
version = "0.1.1"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions chain/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-telemetry"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions core/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "near-store"
version = "2.2.0"
license = "MIT OR Apache-2.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions genesis-tools/genesis-csv-to-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "genesis-csv-to-json"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions genesis-tools/genesis-populate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "genesis-populate"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions genesis-tools/keypair-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "keypair-generator"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "integration-tests"
version = "1.2.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions nearcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "nearcore"
version = "0.0.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions neard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "neard"
version = "0.0.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"
default-run = "neard"

Expand Down
1 change: 1 addition & 0 deletions pytest/empty-contract-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "empty-contract-rs"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[lib]
Expand Down
1 change: 1 addition & 0 deletions runtime/near-test-contracts/test-contract-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "test-contract-rs"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[lib]
Expand Down
1 change: 1 addition & 0 deletions runtime/near-test-contracts/tiny-contract-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tiny-contract-rs"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[lib]
Expand Down
1 change: 1 addition & 0 deletions runtime/near-vm-logic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-vm-logic"
version = "3.0.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions runtime/near-vm-runner-standalone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-vm-runner-standalone"
version = "3.0.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions runtime/near-vm-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-vm-runner"
version = "3.0.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions runtime/runtime-params-estimator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "runtime-params-estimator"
version = "3.0.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[[bin]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "smallest-contract"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[lib]
Expand Down
1 change: 1 addition & 0 deletions runtime/runtime-params-estimator/test-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "test-contract"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[lib]
Expand Down
1 change: 1 addition & 0 deletions runtime/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "node-runtime"
version = "3.0.0"
license = "MIT OR Apache-2.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions test-utils/actix-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-actix-test-utils"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions test-utils/loadtester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "loadtester"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions test-utils/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-logger-utils"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions test-utils/runtime-tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "runtime-tester"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions test-utils/state-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "state-viewer"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions test-utils/store-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "store-validator"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions test-utils/testlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "testlib"
version = "0.1.0"
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions tools/delay_detector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "delay-detector"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions tools/indexer/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "indexer-example"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions tools/restaked/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "restaked"
version = "0.1.0"
authors = ["Near Inc <[email protected]>"]
publish = false
edition = "2018"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions tools/restored-receipts-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "restored-receipts-verifier"
version = "0.1.0"
authors = ["Aleksandr Logunov <[email protected]>"]
publish = false
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions tools/storage-usage-delta-calculator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "storage-usage-delta-calculator"
version = "0.1.0"
authors = ["Egor Kulikov <[email protected]>"]
publish = false
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions utils/near-performance-metrics-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-performance-metrics-macros"
version = "0.1.0"
authors = ["Near Inc <[email protected]>", "Piotr Mikulski <[email protected]"]
publish = false
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions utils/near-performance-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-performance-metrics"
version = "0.1.0"
authors = ["Near Inc <[email protected]>", "Piotr Mikulski <[email protected]"]
publish = false
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions utils/near-stable-hasher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "near-stable-hasher"
version = "0.1.0"
authors = ["Near Inc <[email protected]>", "Piotr Mikulski <[email protected]"]
publish = false
edition = "2018"


0 comments on commit 40b7e74

Please sign in to comment.