# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tls_sig_api" version = "0.1.1" authors = ["huangjj27 "] include = ["**/*.rs", "Cargo.toml"] description = "Tencent Login Service Signature API (aka. TLSSigAPI)" license = "MIT" repository = "https://gitlab.com/huangjj27/tls_sig_api" [dependencies.base64] version = "0.10" [dependencies.chrono] version = "0.4" [dependencies.deflate] version = "0.8" [dependencies.hmac] version = "0.7" [dependencies.log] version = "0.4" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.sha2] version = "0.8" [dev-dependencies.dotenv] version = "0.14" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.rand] version = "0.7" [dev-dependencies.reqwest] version = "0.9" [badges.gitlab] branch = "prod" repository = "https://gitlab.com/huangjj27/tls_sig_api"