g3/lib/g3-ftp-client/Cargo.toml
2023-05-05 11:05:04 +08:00

23 lines
544 B
TOML

[package]
name = "g3-ftp-client"
version = "0.2.0"
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror.workspace = true
tokio = { workspace = true, features = ["rt", "io-util"] }
async-trait.workspace = true
memchr.workspace = true
chrono.workspace = true
mime.workspace = true
log.workspace = true
g3-types.workspace = true
g3-io-ext.workspace = true
g3-datetime.workspace = true
[features]
default = []
log-raw-io = []