# 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] name = "jlib" version = "0.3.7" authors = ["zTgx "] exclude = ["/.travis.yml"] description = "A lightweight blockchain lib." readme = "README.md" keywords = ["blockchain", "crypto"] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/zTgx/jlib-rs.git" [dependencies.basex-rs] version = "0.1.1" [dependencies.cast-rs] version = "0.2.1" [dependencies.ed25519-dalek] version = "0.9.1" [dependencies.env_logger] version = "0.6.1" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4.0" [dependencies.num] version = "0.2" [dependencies.phf] version = "0.8" features = ["macros"] [dependencies.rand] version = "0.6" [dependencies.ring] version = "0.14.6" [dependencies.rust-crypto] version = "^0.2" [dependencies.secp256k1] version = "0.13.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.8.0" [dependencies.typename] version = "0.1.1" [dependencies.url] version = "1.7.2" [dependencies.void] version = "1.0.2" [dependencies.ws] version = "0.8.1" features = ["ssl"]