# 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 = "datam" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal tool to manager your files." readme = "README.md" license = "MIT" [[bin]] name = "datam" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crypto-common] version = "0.1.6" [dependencies.futures] version = "0.3.31" [dependencies.ipfs-api-backend-hyper] version = "0.6" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.214" [dependencies.serde_json] version = "1.0.132" [dependencies.sha2] version = "0.10.8" [dependencies.simple-home-dir] version = "0.4.4" [dependencies.simple_logger] version = "5.0.0" [dependencies.tokio] version = "1.41.0" features = ["rt-multi-thread"]