# 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-sms" version = "0.1.2" authors = ["yinxu46 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "基于spring-rs 0.2.1 版,简单实现了短信发送功能,未来将完善,目前只支持阿里云短信发送" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitea.1000duo.cn/qianduo/spring-sms.git" [lib] name = "spring_sms" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.21.7" [dependencies.chrono] version = "0" [dependencies.hmac] version = "0.12" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0" features = [ "json", "blocking", ] [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha1] version = "0" [dependencies.spring] version = "0.2.1" [dependencies.tokio] version = "1.39.3" [dependencies.urlencoding] version = "2"