# 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 = "rust_tls_client" version = "0.1.0" include = ["/src"] description = "A rust tls client based on the cffi distributions of bogdanfinn/tls-client" homepage = "https://github.com/mbc012/rust_tls_client" documentation = "https://docs.rs/rust_tls_client" readme = "README.md" keywords = [ "tls", "networking", ] license = "BSD-3-Clause" repository = "https://github.com/mbc012/rust_tls_client" [dependencies.base64] version = "0.13" [dependencies.image] version = "0.23" [dependencies.lazy_static] version = "1.4.0" [dependencies.libloading] version = "0.8.3" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.27" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.uuid] version = "1.8.0" features = ["v4"] [features] alpine = [] ubuntu = []