# 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 = "exonum-explorer" version = "1.0.0" authors = ["The Exonum Team "] description = "Blockchain explorer utils for the Exonum framework" homepage = "https://exonum.com/" documentation = "https://docs.rs/exonum-explorer" readme = "README.md" keywords = ["exonum", "explorer", "blockchain"] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/exonum/exonum" [dependencies.chrono] version = "0.4.6" features = ["serde"] [dependencies.exonum] version = "1.0.0" [dependencies.hex] version = "0.4.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.bincode] version = "1.2.1" [dev-dependencies.exonum-derive] version = "1.0.0" [dev-dependencies.exonum-merkledb] version = "1.0.0" [dev-dependencies.exonum-rust-runtime] version = "1.0.0" [dev-dependencies.serde_json] version = "1.0" [badges.travis-ci] repository = "exonum/exonum"