async-profiler-agent 0.1.13

Rust agent for async-profiler
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 = "2024"
rust-version = "1.88"
name = "async-profiler-agent"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust agent for async-profiler"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/async-profiler/rust-agent"
resolver = "3"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
__unstable-fargate-cpu-count = []
aws-metadata = [
    "aws-metadata-no-defaults",
    "aws-config/default",
    "reqwest/rustls-tls",
]
aws-metadata-no-defaults = [
    "dep:reqwest",
    "dep:aws-config",
    "dep:aws-arn",
]
default = [
    "s3",
    "aws-metadata",
]
s3 = [
    "s3-no-defaults",
    "aws-config/default",
    "aws-sdk-s3/default",
]
s3-no-defaults = [
    "dep:aws-config",
    "dep:aws-sdk-s3",
]

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

[[example]]
name = "pollcatch-without-agent"
path = "examples/pollcatch-without-agent.rs"

[[example]]
name = "simple"
path = "examples/simple/main.rs"

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

[dependencies.aws-arn]
version = "0.3"
optional = true

[dependencies.aws-config]
version = "1"
optional = true
default-features = false

[dependencies.aws-sdk-s3]
version = "1"
optional = true
default-features = false

[dependencies.chrono]
version = "0.4"

[dependencies.futures]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.libloading]
version = "0.9"

[dependencies.ordered-float]
version = "5"
features = ["serde"]

[dependencies.reqwest]
version = "0.12"
features = [
    "charset",
    "http2",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.zip]
version = "8"
features = ["deflate"]
default-features = false

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

[dev-dependencies.aws-sdk-s3]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-smithy-mocks]
version = "0.2"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.humantime]
version = "2"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.test-case]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "test-util",
    "full",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]