mirror of
https://github.com/bytedance/g3.git
synced 2026-05-04 22:51:02 +00:00
23 lines
544 B
TOML
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 = []
|