Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.2.5 to 0.3.0. - [Release notes](https://github.com/rust-num/num-derive/releases) - [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.2.5...num-derive-0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
24 lines
573 B
TOML
24 lines
573 B
TOML
[package]
|
|
name = "solana-token-api"
|
|
version = "0.20.0"
|
|
description = "Solana Token API"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bincode = "1.2.0"
|
|
log = "0.4.8"
|
|
num-derive = "0.3"
|
|
num-traits = "0.2"
|
|
serde = "1.0.101"
|
|
serde_derive = "1.0.101"
|
|
solana-logger = { path = "../../logger", version = "0.20.0" }
|
|
solana-sdk = { path = "../../sdk", version = "0.20.0" }
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|
|
name = "solana_token_api"
|