# 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 = "numbagoup" version = "0.9.0" authors = ["Christoph Burgdorf "] description = "A tool to track the earnings of your yearn vaults (limited to crvCOMP vault for now)" license = "MIT" [dependencies.anyhow] version = "1.0.38" [dependencies.bigdecimal] version = "0.2.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.derivative] version = "2.2.0" features = ["use_core"] [dependencies.dirs] version = "3.0.1" [dependencies.ethers] version = "0.2.2" [dependencies.rand] version = "0.7" [dependencies.rustbreak] version = "2" features = ["ron_enc"] [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tempfile] version = "3.2.0" [dependencies.tokio] version = "1.2" features = ["macros", "rt-multi-thread"]