-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
25 lines (22 loc) · 818 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "unftp-sbe-restrict"
version = "0.1.2"
edition = "2021"
authors = ["Hannes de Jager <[email protected]>"]
description = "A libunftp wrapper storage back-end that restricts FTP operations."
repository = "https://github.com/hannesdejager/unftp-sbe-restrict"
homepage = "https://github.com/hannesdejager/unftp-sbe-restrict"
license = "Apache-2.0"
readme = "README.md"
keywords = ["libunftp", "unftp"]
categories = ["network-programming"]
documentation = "https://docs.rs/unftp-sbe-restrict/latest/unftp_sbe_restrict/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "0.1.80"
libunftp = "0.20.0"
tokio = { version = "1.37.0" }
bitflags = "2.4.0"
[dev-dependencies]
pretty_assertions = "1.4.0"
unftp-sbe-fs = "0.2.5"