[package] name = "bacule" version = "0.0.1" edition = "2018" authors = ["Nate Benes "] license = "MIT OR Apache-2.0" readme = "README.md" description = "Friendly, fast, and efficient BACnet. Under construction, *DO NOT USE* just yet." homepage = "https://bacule.org/" repository = "https://github.com/bacule/bacule" documentation = "https://bacule.org/docs/" categories = ["embedded", "encoding", "network-programming"] keywords = ["bacnet", "automation", "mstp", "no_std"] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] [dependencies] log = "0.4.8"