# 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.71.0" name = "vlcb-defs" version = "0.1.0-alpha.3" authors = ["Freja "] exclude = [ "/codegen", "/Makefile", ] description = "VLCB protocol core library containing important value definitions and data structures" homepage = "https://github.com/0xfrej/vlcb-defs-rs" documentation = "https://docs.rs/vlcb-defs" readme = "README.md" keywords = [ "lcb", "vlcb", "cbus", "merg", ] license = "Apache-2.0" repository = "https://github.com/0xfrej/vlcb-defs-rs" [dependencies.bitflags] version = "2.5.0" [dependencies.byteorder] version = "1.0" default-features = false [dependencies.defmt] version = "0.3" optional = true [dependencies.num-traits] version = "0.2" features = [] default-features = false [dependencies.num_enum] version = "0.7" default-features = false [features] defmt = ["dep:defmt"]