# 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 = "wpilog-rs" version = "0.1.2" description = "An implementation of WPI's DataLog spec" readme = "README.md" license = "MIT" repository = "https://github.com/oh-yes-0-fps/wpilog-rs" [profile.release] lto = true [dependencies.bimap] version = "0.6.3" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.single_value_channel] version = "1.2.2" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" optional = true [dev-dependencies.tracing-subscriber] version = "0.3.17" [features] default = ["tracing"] tracing = ["dep:tracing"]