alien-client-core 1.2.6

Alien Developer Platform
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"
name = "alien-client-core"
version = "1.2.6"
authors = []
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Alien Developer Platform"
readme = false
license = "MIT"

[lib]
name = "alien_client_core"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.alien-error]
version = "1.2.6"
features = ["anyhow"]

[dependencies.async-trait]
version = "0.1.88"

[dependencies.backon]
version = "1"

[dependencies.quick-xml]
version = "0.37.0"
features = [
    "serialize",
    "overlapped-lists",
]

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

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_path_to_error]
version = "0.1.17"

[dependencies.tokio]
version = "1.48"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
]

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"