# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "chainseeker-server" version = "3.0.1" authors = ["Masahiko Hyuga "] description = "chainseeker.info server-side implementation" keywords = ["cryptocurrency", "blockexplorer", "bitcoin", "monacoin"] categories = ["cryptography::cryptocurrencies", "web-programming::http-server", "web-programming::websocket"] license = "MIT" repository = "https://github.com/chainseeker/chainseeker-server" [[bench]] name = "db" path = "src/benches/db.rs" harness = false [dependencies.bitcoin-rest] version = "0.0.12" default-features = false [dependencies.bitcoincore-rpc] version = "0.13" [dependencies.futures-util] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.indexmap] version = "1.7" features = ["rayon"] [dependencies.num-format] version = "0.4" [dependencies.num_cpus] version = "1.13" [dependencies.rocksdb] version = "0.16" [dependencies.routerify] version = "2.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.6" features = ["rt-multi-thread", "macros", "signal"] [dependencies.tokio-tungstenite] version = "0.14" [dependencies.toml] version = "0.5" [dependencies.zmq] version = "0.9" [dev-dependencies.criterion] version = "0.3" features = []