azalia 0.1.13

🐻‍❄️🪚 Common utilities and extensions that Noelware uses in all Rust projects
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.92"
name = "azalia"
version = "0.1.13"
authors = ["Noel Towa <cutie@floofy.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🐻‍❄️🪚 Common utilities and extensions that Noelware uses in all Rust projects"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Noelware/azalia"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = ["azalia-config?/alloc"]
config = ["dep:azalia-config"]
"config+macros" = ["azalia-config?/macros"]
"config+sentry" = ["azalia-config?/sentry"]
"config+tracing" = ["azalia-config?/tracing"]
"config+unstable" = ["azalia-config?/unstable"]
"config+url" = ["azalia-config?/url"]
default = ["std"]
log = ["dep:azalia-log"]
"log+tracing-log" = ["azalia-log?/tracing-log"]
"log+writers" = ["azalia-log?/writers"]
remi = ["dep:azalia-remi"]
"remi+all" = ["azalia-remi?/all"]
"remi+azure" = ["azalia-remi?/azure"]
"remi+export-crates" = ["azalia-remi?/export-crates"]
"remi+fs" = ["azalia-remi?/fs"]
"remi+gridfs" = ["azalia-remi?/gridfs"]
"remi+log" = ["azalia-remi?/log"]
"remi+s3" = ["azalia-remi?/s3"]
"remi+serde" = ["azalia-remi?/serde"]
"remi+serde_json" = ["azalia-remi?/serde_json"]
"remi+serde_yaml_ng" = ["azalia-remi?/serde_yaml_ng"]
"remi+tracing" = ["azalia-remi?/tracing"]
"remi+unstable" = ["azalia-remi?/unstable"]
serde = ["dep:azalia-serde"]
"serde+aws" = ["azalia-serde?/aws"]
"serde+s3" = ["azalia-serde?/s3"]
"serde+tracing" = ["azalia-serde?/tracing"]
std = ["azalia-config?/std"]
unstable = []

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

[dependencies.azalia-config]
version = "=0.1.13"
optional = true

[dependencies.azalia-log]
version = "=0.1.13"
optional = true

[dependencies.azalia-remi]
version = "=0.1.13"
optional = true

[dependencies.azalia-serde]
version = "=0.1.13"
optional = true

[dependencies.regex]
version = "1.11.2"
optional = true
default-features = false

[build-dependencies.rustc_version]
version = "0.4.1"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(noeldoc)"]