# 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 = "lfs-dal" version = "0.1.3" build = false include = [ "LICENSE", "src/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A custom transfer agent for Git LFS powered by OpenDAL." readme = "README.md" keywords = ["linter"] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/regen100/lfs-dal" [lib] name = "lfs_dal" path = "src/lib.rs" [[bin]] name = "lfs-dal" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.futures-util] version = "0.3.30" [dependencies.gix-config] version = "0.38.0" [dependencies.log] version = "0.4.22" [dependencies.opendal] version = "0.47.3" features = [ "services-azblob", "services-dropbox", "services-fs", "services-gcs", "services-gdrive", "services-memory", "services-onedrive", "services-s3", "services-webdav", "services-webhdfs", ] [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.120" [dependencies.simplelog] version = "0.12.2" [dependencies.tokio] version = "1.39.2" features = [ "fs", "io-std", "macros", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.11" features = ["compat"] [dev-dependencies.tempfile] version = "3.10.1"