# 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 = "bp3d-tracing" version = "1.0.0-alpha-2.0.0" authors = ["Yuri Edward "] description = "Tracing subscriber implementations for use with BP3D software. Supports traditional logging through bp3d-logger and supports remote profiling through TCP." readme = "./README.MD" keywords = ["bp3d", "tracing"] categories = ["development-tools", "development-tools::debugging", "development-tools::profiling"] license = "BSD-3-Clause" repository = "https://gitlab.com/bp3d/tracing/tracing" [dependencies.bincode] version = "1.3.3" [dependencies.bp3d-env] version = "1.0.2" [dependencies.bp3d-fs] version = "1.1.0" [dependencies.bp3d-logger] version = "1.1.0" [dependencies.byteorder] version = "1.4.3" [dependencies.crossbeam-channel] version = "0.5.4" [dependencies.dashmap] version = "5.2.0" [dependencies.log] version = "0.4.16" [dependencies.once_cell] version = "1.10.0" [dependencies.serde] version = "1.0.136" [dependencies.time] version = "0.3.9" features = ["formatting"] [dependencies.time-tz] version = "1.0.0" features = ["system"] [dependencies.tracing] version = "0.1.32" [dependencies.tracing-core] version = "0.1.24" [dependencies.unbounded-udp] version = "1.0.0" [build-dependencies.semver] version = "1.0.7"