[package] name = "spring-sms" version = "0.1.2" edition = "2021" authors = ["yinxu46 "] description = "基于spring-rs 0.2.1 版,简单实现了短信发送功能,未来将完善,目前只支持阿里云短信发送" repository = "https://gitea.1000duo.cn/qianduo/spring-sms.git" license = "MIT OR Apache-2.0" [dependencies] spring = "0.2.1" serde = { version = "1", features = ["derive"] } schemars = "0.8.21" rand = "0.8.5" chrono = "0" serde_json = "1" tokio = "1.39.3" hmac = "0.12" sha1 = "0" urlencoding = "2" base64 = "0.21.7" reqwest = { version = "0", features = ["json", "blocking"] } anyhow = "1"