# 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" name = "dragonfly-client-init" version = "0.1.125" authors = ["The Dragonfly Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Initialize runtime environment of the dfdaemon" homepage = "https://d7y.io/" readme = "README.md" keywords = [ "dragonfly", "dragonfly-client", "p2p", "container", "docker-image", ] license = "Apache-2.0" repository = "https://github.com/dragonflyoss/client.git" [lib] name = "dragonfly_client_init" path = "src/lib.rs" [[bin]] name = "dfinit" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.94" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.dragonfly-client] version = "0.1.125" [dependencies.dragonfly-client-config] version = "0.1.125" [dependencies.dragonfly-client-core] version = "0.1.125" [dependencies.serde_json] version = "1.0.132" [dependencies.tempfile] version = "3.14.0" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.toml_edit] version = "0.22.22" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.5.4"