# 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 = "godcoin" version = "0.3.0" authors = ["Samuel Grenier "] description = "GODcoin core blockchain library.\n" homepage = "https://godcoin.gold" readme = "README.md" license = "MIT" repository = "https://github.com/GODcoin/godcoin" [dependencies.bs58] version = "0.3.0" [dependencies.bytes] version = "0.4.12" [dependencies.crc32c] version = "0.4.0" [dependencies.faster-hex] version = "0.4.1" [dependencies.log] version = "0.4.8" [dependencies.num-bigint] version = "0.2.3" [dependencies.num-traits] version = "0.2.8" [dependencies.parking_lot] version = "0.9.0" [dependencies.rocksdb] version = "0.12.4" [dependencies.sodiumoxide] version = "0.2.5" features = ["std"] default-features = false