# 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.75.0" name = "simple-git" version = "0.2.13" authors = ["Jiahao XU "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The simple git interface for gix suitable for async context (with tokio)" documentation = "https://docs.rs/simple-git" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/cargo-bins/simple-git" [lib] name = "simple_git" path = "src/lib.rs" [dependencies.compact_str] version = "0.8.0" [dependencies.derive_destructure2] version = "0.1" [dependencies.gix] version = "0.67.0" features = [ "comfort", "blocking-http-transport-reqwest", "max-performance-safe", "worktree-mutation", ] default-features = false [dependencies.thiserror] version = "1.0.52" [dependencies.tokio] version = "1.37.0" features = [ "rt", "time", ] default-features = false [dependencies.tracing] version = "0.1.39" [features] git-max-perf = ["gix/max-performance"] native-tls = ["gix/blocking-http-transport-reqwest-native-tls"] rustls = ["gix/blocking-http-transport-reqwest-rust-tls"]