# 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 = "lsys-lib-sms" version = "0.1.0" authors = ["liushan "] description = "短信接口封装" readme = "README.md" categories = ["web-programming"] license-file = "LICENSE" repository = "https://github.com/shanliu/lsys/tree/main/server/lsys-lib-sms" [dependencies.base64] version = "~0.21.5" [dependencies.chrono] version = "~0.4.31" [dependencies.gjson] version = "~0.8.1" [dependencies.hex] version = "~0.4.3" [dependencies.hmac] version = "~0.12.1" [dependencies.md5] version = "~0.7.0" [dependencies.rand] version = "~0.8.5" [dependencies.reqwest] version = "~0.11.22" [dependencies.ring] version = "~0.17.5" [dependencies.serde] version = "~1.0.192" [dependencies.serde_json] version = "~1.0.108" [dependencies.serde_urlencoded] version = "~0.7.1" [dependencies.sha2] version = "~0.10.8" [dependencies.tracing] version = "~0.1.40" [dev-dependencies.tokio] version = "1.28.2" features = ["test-util"] [features] aliyun = [] cloopen = [] default = [ "aliyun", "huawei", "tencent", "jdcloud", "netease", "cloopen", ] huawei = [] jdcloud = [] netease = [] tencent = []