# 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 = "git-simple-encrypt" version = "1.2.1" authors = ["lxl66566 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Encrypt/decrypt files in git repo using one password" homepage = "https://github.com/lxl66566/git-simple-encrypt" readme = "README.md" keywords = [ "git", "encryption", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/lxl66566/git-simple-encrypt" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [lib] name = "git_simple_encrypt" path = "src/lib.rs" [[bin]] name = "git-se" path = "src/main.rs" [[test]] name = "intergration_test" path = "tests/intergration_test.rs" [dependencies.aes-gcm-siv] version = "0.11.1" [dependencies.anyhow] version = "1.0.82" [dependencies.assert2] version = "0.3.14" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.const-str] version = "0.5.7" [dependencies.die-exit] version = "0.5.0" features = ["red"] [dependencies.enum-tools] version = "0.5.3" [dependencies.env_logger] version = "0.11.3" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.21" [dependencies.num_cpus] version = "1.16.0" [dependencies.regex] version = "1.10.4" [dependencies.same-file] version = "1.0.6" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.sha3] version = "0.10.8" [dependencies.tap] version = "1.0.1" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt", "rt-multi-thread", "fs", ] [dependencies.toml] version = "0.8.12" [dependencies.zstd] version = "0.13.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.temp_testdir] version = "0.2.3" [target.'cfg(target_arch = "aarch64")'.dependencies.libz-sys] version = "1.1.16" features = ["static"]