* chore: bump bincode from 1.3.1 to 1.3.3 Bumps [bincode](https://github.com/servo/bincode) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/compare/v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
27 lines
704 B
TOML
27 lines
704 B
TOML
[package]
|
|
name = "solana-secp256k1-program"
|
|
description = "Solana Secp256k1 program"
|
|
version = "1.8.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-secp256k1-program"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
solana-sdk = { path = "../../sdk", version = "=1.8.0" }
|
|
libsecp256k1 = "0.5.0"
|
|
sha3 = "0.9.1"
|
|
digest = "0.9.0"
|
|
bincode = "1.3.3"
|
|
rand = "0.7.0"
|
|
solana-logger = { path = "../../logger", version = "=1.8.0" }
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|
|
name = "solana_secp256k1_program"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|