atrium-common 0.1.4

Utility library for common abstractions in atproto
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.85"
name = "atrium-common"
version = "0.1.4"
authors = [
    "sugyan <sugi1982+github@gmail.com>",
    "avdb13 <avdb@keemail.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility library for common abstractions in atproto"
documentation = "https://docs.rs/atrium-common"
readme = "README.md"
keywords = [
    "atproto",
    "bluesky",
]
license = "MIT"
repository = "https://github.com/atrium-rs/atrium"
resolver = "2"

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.44"
features = ["sync"]
default-features = false

[dependencies.trait-variant]
version = "0.1.2"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.moka]
version = "0.12.8"
features = ["future"]

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
version = "1.44"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.lru]
version = "0.16.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-time]
version = "1.1.0"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.gloo-timers]
version = "0.3.0"
features = ["futures"]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.tokio]
version = "1.44"
features = ["time"]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.41"