# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "iroh-util" version = "0.2.0" authors = ["dignifiedquire "] description = "Utilities for iroh" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/n0-computer/iroh" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.cid] version = "0.9" [dependencies.config] version = "0.13.1" [dependencies.ctrlc] version = "3.2.2" [dependencies.dirs-next] version = "2" [dependencies.futures] version = "0.3.24" [dependencies.humansize] version = "2" [dependencies.rlimit] version = "0.8.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sysinfo] version = "0.26.5" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.34" [dev-dependencies.temp-env] version = "0.3.1" [dev-dependencies.testdir] version = "0.7.0" [target."cfg(unix)".dev-dependencies.nix] version = "0.26"