# 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 = "rlist-cli" version = "0.1.0" authors = ["Nikaidou Haruki "] description = "A high performance file sharing system." readme = "README.md" license = "MIT" repository = "https://github.com/rList-org/rlist-cli.git" [dependencies.async-trait] version = "0.1.80" [dependencies.axum] version = "0.7.5" [dependencies.http] version = "1.1.0" [dependencies.reqwest] version = "0.12.4" features = [ "json", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", ] default-features = false [dependencies.rlist-drivers] version = "0.1.3" [dependencies.rlist_vfs] version = "0.1.4" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.37.0" [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.5.2" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"