# 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.72.0" name = "depura" version = "0.4.0" authors = ["José Luis Cruz "] include = [ "/src/**/*.rs", "examples/multi-logger.rs", "examples/single-logger.rs", "/Cargo.toml", "/README.md", "/LICENSE-*", ] publish = true description = "Logging, benchmarking and debugging." documentation = "https://docs.rs/depura" readme = "README.md" keywords = [] categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andamira/depura" [package.metadata.docs.rs] features = ["nightly_docs"] no-default-features = true [[example]] name = "multi-logger" required-features = ["std"] [[example]] name = "single-logger" required-features = ["std"] [dependencies.devela] version = "0.9.0" [dependencies.human-repr] version = "1.1.0" optional = true [dependencies.instant] version = "0.1.12" features = [ "wasm-bindgen", "inaccurate", ] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.simplelog] version = "0.12.1" features = ["local-offset"] optional = true default-features = false [dependencies.time] version = "0.3.28" default-features = false [features] alloc = ["devela/alloc"] default = [] full = [] nightly = ["devela/nightly"] nightly_docs = [ "nightly", "full", "std", "unsafe", "devela/nightly_docs", ] no_std = ["devela/no_std"] safe = [] safest = [ "safe", "devela/safest", ] std = [ "alloc", "devela/std", "log/std", "instant", "simplelog", "human-repr", "time/local-offset", "time/formatting", ] unsafe = [] unsafest = [ "unsafe", "devela/unsafest", ] [badges.maintenance] status = "experimental"