# 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 = "dot-env-archive" version = "0.1.0" authors = ["Kenta Suzuki "] description = "A tool to archive .env files scattered in directories for each project to a single location and restore them from the archive." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.31" [dependencies.chrono-tz] version = "0.8.5" [dependencies.clap] version = "4.4.13" features = [ "derive", "env", "cargo", ] [dependencies.dirs] version = "5.0.1" [dependencies.globmatch] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.ring] version = "0.17.7" [dependencies.rusqlite] version = "0.30.0" [dependencies.tempfile] version = "3.9.0" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", "fs", "io-util", ] [dependencies.ulid] version = "1.1.0"