aptos-config 0.2.7

Aptos config
[package]
name = "aptos-config"
version = "0.2.7"
authors = ["Aptos Labs <opensource@aptoslabs.com>"]
description = "Aptos config"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
edition = "2018"

[dependencies]
anyhow = "1.0.57"
bcs = "0.1.3"
get_if_addrs = { version = "0.5.3", default-features = false }
mirai-annotations = "1.12.0"
poem-openapi = { version = "2.0.8", features = ["url"] }
rand = "0.7.3"
serde = { version = "1.0.137", features = ["rc"], default-features = false }
serde_yaml = "0.8.24"
thiserror = "1.0.31"
aptos-crypto = { version = "0.2.1", path = "../crates/aptos-crypto" }
aptos-crypto-derive = { version = "0.2.1", path = "../crates/aptos-crypto-derive" }
aptos-global-constants = { version = "0.2.1", path = "./global-constants" }
aptos-logger = { version = "0.2.1", path = "../crates/aptos-logger" }
aptos-secure-storage = { version = "0.2.1", path = "../secure/storage" }
aptos-temppath = { version = "0.2.1", path = "../crates/aptos-temppath" }
aptos-types = { version = "0.2.1", path = "../types" }
short-hex-str = { version = "0.2.1", path = "../crates/short-hex-str" }

[dev-dependencies]
aptos-crypto = { version = "0.2.1", path = "../crates/aptos-crypto", features = [
    "fuzzing"
] }

[features]
default = []
fuzzing = ["aptos-crypto/fuzzing", "aptos-types/fuzzing"]
testing = []