# 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 = "embedded-bacnet" version = "0.3.0" authors = ["David Haig"] description = "A bacnet library for embedded systems (no_std)" readme = "README.md" keywords = [ "bacnet", "embedded", "no_std", ] categories = [ "embedded", "no-std", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/ninjasource/embedded-bacnet.git" [dependencies.defmt] version = "0.3.5" optional = true [dependencies.log] version = "0.4.19" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.chrono] version = "0.4.28" [dev-dependencies.clap] version = "4.5.4" features = ["derive"] [dev-dependencies.simple_logger] version = "4.2.0" [features] default = [] defmt = ["dep:defmt"] serde = ["dep:serde"]