# 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 = "tiktok-business" version = "0.4.3" authors = ["aoyagikouhei "] description = "TikTok Business API library." documentation = "https://docs.rs/tiktok-business" readme = "README.md" keywords = [ "tiktok", "api", "client", "oauth", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/aoyagikouhei/tiktok-business" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.hex] version = "0.4" optional = true [dependencies.hmac] version = "0.12" optional = true [dependencies.isocountry] version = "0.3.2" [dependencies.itertools] version = "0.12" [dependencies.percent-encoding] version = "2.3" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" optional = true [dependencies.strum] version = "0.26" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.tokio] version = "1" features = ["macros"] [features] default = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"] webhook = [ "hex", "hmac", "sha2", "strum", ]