# 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 = "dlwp" version = "0.1.0-alpha" authors = ["Nathan McMillan"] description = "The DLWP library" documentation = "https://docs.rs/" readme = "README.md" license = "MIT" repository = "https://github.com/NathanMcMillan54/dlw/" resolver = "1" [dependencies.cerpton] version = "0.1.1" [dependencies.chrono] version = "0.4.31" optional = true [dependencies.serde] version = "1.0.188" features = [ "serde_derive", "std", ] [dependencies.serde_json] version = "1.0.100" [dependencies.serialport] version = "3.3.0" optional = true [features] include_chrono = ["chrono"] include_serde = [ "serde/serde_derive", "serde/std", ] test_stream = [] use_io = ["serialport"]