# 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 = "tencent_scf" version = "0.1.3" authors = ["Youmu "] include = ["/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**"] description = "Custom runtime for Tencent cloud serverless compute function" documentation = "https://docs.rs/tencent_scf" readme = "README.md" keywords = ["runtime", "lambda", "tencent", "scf"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/johnmave126/tencent_scf" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] targets = ["x86_64-unknown-linux-musl"] [dependencies.base64] version = "0.13.0" optional = true [dependencies.http] version = "0.2.3" optional = true [dependencies.itertools] version = "0.10.0" optional = true [dependencies.serde] version = "1.0.123" optional = true [dependencies.serde_json] version = "1.0.61" optional = true [dependencies.tencent_scf_derive] version = "0.1.0" optional = true [dependencies.thiserror] version = "1.0.23" optional = true [dependencies.ureq] version = "2.0.1" [dev-dependencies.serde] version = "1.0.123" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.61" [features] builtin-api-gateway = ["builtin-common", "base64", "http", "itertools", "thiserror"] builtin-common = ["json", "serde/derive"] default = ["json"] json = ["serde", "serde_json", "tencent_scf_derive"]