# 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 = "mqtt-tiny" version = "0.1.0" authors = ["KizzyCode Software Labs./Keziah Biermann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tiny MQTT v3.1.1 codec implementation" readme = "README.md" keywords = [] categories = [] license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/mqtt-tiny-rust" [profile.bench] overflow-checks = true [profile.release] overflow-checks = true [lib] name = "mqtt_tiny" path = "src/lib.rs" [[example]] name = "connect" path = "examples/connect.rs" [[example]] name = "publish" path = "examples/publish.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.arrayvec] version = "0.7.6" optional = true [dev-dependencies] [features] arrayvec = ["dep:arrayvec"] default = ["std"] std = [] [badges.appveyor] repository = "KizzyCode/mqtt-tiny-rust"