# 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 = "2018" name = "oslog" version = "0.2.0" authors = ["Steven Joruk "] description = "A minimal safe wrapper around Apple's Logging system" readme = "README.md" keywords = ["log", "logging", "macos", "apple"] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/steven-joruk/oslog" [dependencies.dashmap] version = "5.1.0" optional = true [dependencies.log] version = "0.4.14" features = ["std"] optional = true default-features = false [build-dependencies.cc] version = "1.0.73" [features] default = ["logger"] logger = ["dashmap", "log"]