stringencrypt 1.0.0

Official Rust client for the StringEncrypt.com Web API — generate polymorphic decryptors for many programming languages.
Documentation
# 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"
rust-version = "1.70"
name = "stringencrypt"
version = "1.0.0"
authors = ["Bartosz Wójcik (https://www.pelock.com)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust client for the StringEncrypt.com Web API — generate polymorphic decryptors for many programming languages."
homepage = "https://www.stringencrypt.com"
documentation = "https://docs.rs/stringencrypt"
readme = "README.md"
keywords = [
    "stringencrypt",
    "encryption",
    "obfuscation",
    "api-client",
    "code-generation",
]
license = "Apache-2.0"
repository = "https://github.com/PELock/StringEncrypt-Rust"

[lib]
name = "stringencrypt"
path = "src/lib.rs"

[[example]]
name = "encrypt"
path = "examples/encrypt.rs"

[[example]]
name = "encrypt_file"
path = "examples/encrypt_file.rs"

[[example]]
name = "encrypt_simple"
path = "examples/encrypt_simple.rs"

[[example]]
name = "is_demo"
path = "examples/is_demo.rs"

[dependencies.base64]
version = "0.22"

[dependencies.flate2]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.url]
version = "2"