# 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 = "rabbit-digger" version = "0.1.1" authors = ["spacemeowx2 "] description = "Just a stub" license = "MIT OR Apache-2.0" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0.38" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.8.2" [dependencies.futures] version = "0.3.5" [dependencies.log] version = "0.4.13" features = ["release_max_level_debug"] [dependencies.lru_time_cache] version = "0.11" [dependencies.once_cell] version = "1.7.2" [dependencies.paw] version = "1.0.0" [dependencies.rd-interface] version = "0.4" [dependencies.rd-std] version = "0.1" optional = true [dependencies.serde] version = "1.0.119" [dependencies.serde_derive] version = "1.0.119" [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.8.1" [dependencies.serde_yaml] version = "0.8.15" [dependencies.smoltcp] version = "0.7.0" [dependencies.structopt] version = "0.3.21" features = ["paw"] [dependencies.tokio] version = "1.5.0" features = ["full"] [dependencies.topological-sort] version = "0.1" [dependencies.uuid] version = "0.8.2" features = ["v4"] [features] default = ["rd-std"] local_log = []