diff --git a/peach-lib/Cargo.toml b/peach-lib/Cargo.toml index e7e77b3..8fb44d1 100644 --- a/peach-lib/Cargo.toml +++ b/peach-lib/Cargo.toml @@ -4,8 +4,6 @@ version = "1.2.15" authors = ["Andrew Reid "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] log = "0.4" jsonrpc-client-core = "0.5" @@ -13,11 +11,9 @@ jsonrpc-client-http = "0.5" jsonrpc-core = "8.0.1" serde = { version = "1.0", features = ["derive"] } rust-crypto = "0.2.36" -serde_derive = "1.0" serde_json = "1.0" serde_yaml = "0.8" env_logger = "0.6" -snafu = "0.6" regex = "1" chrono = "0.4.19" rand="0.8.4"