76 lines
1.5 KiB
TOML
76 lines
1.5 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"
|
|
name = "error-support"
|
|
version = "0.1.0"
|
|
authors = ["Thom Chiovoloni <tchiovoloni@mozilla.com>"]
|
|
build = false
|
|
exclude = ["/android"]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
readme = "README.md"
|
|
license = "MPL-2.0"
|
|
|
|
[features]
|
|
backtrace = ["dep:backtrace"]
|
|
testing = ["tracing-support/testing"]
|
|
tracing-logging = [
|
|
"dep:tracing",
|
|
"dep:tracing-support",
|
|
]
|
|
tracing-reporting = [
|
|
"dep:tracing",
|
|
"dep:tracing-support",
|
|
]
|
|
|
|
[lib]
|
|
name = "error_support"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.backtrace]
|
|
version = "0.3"
|
|
optional = true
|
|
|
|
[dependencies.env_logger]
|
|
version = "0.10"
|
|
default-features = false
|
|
|
|
[dependencies.error-support-macros]
|
|
path = "macros"
|
|
|
|
[dependencies.lazy_static]
|
|
version = "1.4"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[dependencies.parking_lot]
|
|
version = ">=0.11,<=0.12"
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1"
|
|
optional = true
|
|
|
|
[dependencies.tracing-support]
|
|
path = "../tracing"
|
|
optional = true
|
|
|
|
[dependencies.uniffi]
|
|
version = "0.29.0"
|
|
|
|
[build-dependencies.uniffi]
|
|
version = "0.29.0"
|
|
features = ["build"]
|