143 lines
2.6 KiB
TOML
143 lines
2.6 KiB
TOML
# 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.60.0"
|
|
name = "log"
|
|
version = "0.4.26"
|
|
authors = ["The Rust Project Developers"]
|
|
build = false
|
|
exclude = ["rfcs/**/*"]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = """
|
|
A lightweight logging facade for Rust
|
|
"""
|
|
documentation = "https://docs.rs/log"
|
|
readme = "README.md"
|
|
keywords = ["logging"]
|
|
categories = ["development-tools::debugging"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rust-lang/log"
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [
|
|
"std",
|
|
"serde",
|
|
"kv_std",
|
|
"kv_sval",
|
|
"kv_serde",
|
|
]
|
|
|
|
[features]
|
|
kv = []
|
|
kv_serde = [
|
|
"kv_std",
|
|
"value-bag/serde",
|
|
"serde",
|
|
]
|
|
kv_std = [
|
|
"std",
|
|
"kv",
|
|
"value-bag/error",
|
|
]
|
|
kv_sval = [
|
|
"kv",
|
|
"value-bag/sval",
|
|
"sval",
|
|
"sval_ref",
|
|
]
|
|
kv_unstable = [
|
|
"kv",
|
|
"value-bag",
|
|
]
|
|
kv_unstable_serde = [
|
|
"kv_serde",
|
|
"kv_unstable_std",
|
|
]
|
|
kv_unstable_std = [
|
|
"kv_std",
|
|
"kv_unstable",
|
|
]
|
|
kv_unstable_sval = [
|
|
"kv_sval",
|
|
"kv_unstable",
|
|
]
|
|
max_level_debug = []
|
|
max_level_error = []
|
|
max_level_info = []
|
|
max_level_off = []
|
|
max_level_trace = []
|
|
max_level_warn = []
|
|
release_max_level_debug = []
|
|
release_max_level_error = []
|
|
release_max_level_info = []
|
|
release_max_level_off = []
|
|
release_max_level_trace = []
|
|
release_max_level_warn = []
|
|
std = []
|
|
|
|
[lib]
|
|
name = "log"
|
|
path = "src/lib.rs"
|
|
|
|
[[bench]]
|
|
name = "value"
|
|
path = "benches/value.rs"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.sval]
|
|
version = "2.1"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.sval_ref]
|
|
version = "2.1"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.value-bag]
|
|
version = "1.7"
|
|
features = ["inline-i128"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dev-dependencies.proc-macro2]
|
|
version = "1.0.63"
|
|
default-features = false
|
|
|
|
[dev-dependencies.serde]
|
|
version = "1.0"
|
|
features = ["derive"]
|
|
|
|
[dev-dependencies.serde_json]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.serde_test]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.sval]
|
|
version = "2.1"
|
|
|
|
[dev-dependencies.sval_derive]
|
|
version = "2.1"
|
|
|
|
[dev-dependencies.value-bag]
|
|
version = "1.7"
|
|
features = ["test"]
|