# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ckb-app-config" version = "0.120.0" authors = ["Nervos Core Dev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CKB command line arguments and config options." homepage = "https://github.com/nervosnetwork/ckb" readme = "README.md" license = "MIT" repository = "https://github.com/nervosnetwork/ckb" [lib] name = "ckb_app_config" path = "src/lib.rs" [dependencies.ckb-build-info] version = "= 0.120.0" [dependencies.ckb-chain-spec] version = "= 0.120.0" [dependencies.ckb-jsonrpc-types] version = "= 0.120.0" [dependencies.ckb-logger] version = "= 0.120.0" [dependencies.ckb-logger-config] version = "= 0.120.0" [dependencies.ckb-metrics-config] version = "= 0.120.0" [dependencies.ckb-pow] version = "= 0.120.0" [dependencies.ckb-resource] version = "= 0.120.0" [dependencies.ckb-systemtime] version = "= 0.120.0" [dependencies.ckb-types] version = "= 0.120.0" [dependencies.multiaddr] version = "0.3.0" package = "tentacle-multiaddr" [dependencies.path-clean] version = "0.1.0" [dependencies.rand] version = "0.8" [dependencies.secio] version = "0.6" package = "tentacle-secio" [dependencies.sentry] version = "0.34.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.ubyte] version = "0.10" features = ["serde"] [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies] [features] with_sentry = ["sentry"]