# 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 = "spring-qiniu" version = "0.1.2" authors = ["yinxu46 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "简单上传文件到七牛云" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitea.1000duo.cn/qianduo/spring-qiniu.git" [lib] name = "spring_qiniu" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1" [dependencies.qiniu-sdk] version = "0.2.4" features = [ "isahc", "apis", "async", "upload", ] [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.spring] version = "0.2.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1" features = ["v4"]