2019-09-13 23:46:21 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-crate-features"
|
2021-10-06 15:23:37 -07:00
|
|
|
version = "1.9.0"
|
2019-10-02 22:59:46 -07:00
|
|
|
description = "Solana Crate Features"
|
2020-06-13 14:41:05 -07:00
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2019-09-13 23:46:21 -07:00
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
homepage = "https://solana.com/"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-crate-features"
|
2019-09-13 23:46:21 -07:00
|
|
|
license = "Apache-2.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
backtrace = { version = "0.3.33", features = ["serialize-serde"] }
|
|
|
|
bytes = { version = "0.4.12", features = ["either"] }
|
2021-04-09 17:21:01 -07:00
|
|
|
cc = { version = "1.0.67", features = ["jobserver", "parallel"]}
|
2021-06-24 21:32:32 -07:00
|
|
|
curve25519-dalek = { version = "3" }
|
2019-09-16 11:11:33 -07:00
|
|
|
either= { version = "1.5.2" }
|
2019-09-13 23:46:21 -07:00
|
|
|
lazy_static = { version = "1.4.0", features = ["spin", "spin_no_std"] }
|
|
|
|
libc = { version = "0.2.62", features = ["extra_traits"] }
|
2020-04-27 09:33:33 -07:00
|
|
|
rand_chacha = { version = "0.2.2" }
|
2019-09-13 23:46:21 -07:00
|
|
|
regex-syntax = { version = "0.6.12" }
|
|
|
|
serde = { version = "1.0.100", features = ["rc"] }
|
2021-03-01 11:38:19 -08:00
|
|
|
ed25519-dalek = { version = "=1.0.1", features = ["serde"] }
|
2019-10-18 13:52:05 -07:00
|
|
|
syn_0_15 = { package = "syn", version = "0.15.42", features = ["extra-traits", "fold", "full"] }
|
|
|
|
syn_1_0 = { package = "syn", version = "1.0.3", features = ["extra-traits", "fold", "full"] }
|
2019-09-13 23:46:21 -07:00
|
|
|
winapi = { version = "0.3.8", features=["basetsd", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "knownfolders", "libloaderapi", "memoryapi", "minwinbase", "minwindef", "ntdef", "ntsecapi", "ntstatus", "objbase", "processenv", "processthreadsapi", "profileapi", "shlobj", "std", "synchapi", "sysinfoapi", "timezoneapi", "utilapiset", "winbase", "wincon", "windef", "winerror", "winnls", "winnt", "winreg", "winsock2", "winuser", "ws2def", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
|
2020-04-16 18:18:28 -07:00
|
|
|
|
2021-10-12 18:20:55 -07:00
|
|
|
|
|
|
|
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
|
|
|
reqwest = { version = "0.11.2", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
|
|
|
ring = { version = "0.16.17" }
|
|
|
|
|
2020-04-16 18:18:28 -07:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|