# 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.77" name = "tracing-oslog" version = "0.2.0" authors = ["Lucy "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A layer for tracing that outputs to the oslog on macOS/iOS" documentation = "https://docs.rs/tracing-oslog" readme = "README.md" keywords = [ "tracing", "oslog", "os_log", "macos", "ios", ] categories = [ "development-tools::debugging", "development-tools::profiling", "os::macos-apis", ] license = "Zlib" repository = "https://github.com/Absolucy/tracing-oslog" [package.metadata.docs.rs] targets = ["x86_64-apple-darwin"] [lib] name = "tracing_oslog" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0" [dependencies.once_cell] version = "1.8" [dependencies.parking_lot] version = "0.12" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "std", "registry", ] default-features = false [build-dependencies.bindgen] version = "0.70" [build-dependencies.cc] version = "1.0"