# 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 = "2018" name = "dbus-message-parser" version = "4.3.1" authors = ["LinkTed "] include = ["src/**/*.rs", "tests/*.rs", "examples/*.rs", "benches/*.rs", "Cargo.toml", "README.md", "LICENSE", "NOTICE"] description = "Libary to encode and decode DBus message" readme = "README.md" keywords = ["dbus", "parser"] categories = ["parser-implementations", "encoding"] license = "BSD-3-Clause" repository = "https://github.com/LinkTed/dbus-message-parser" [[bench]] name = "message" harness = false [dependencies.bitflags] version = "~1.3.1" [dependencies.bytes] version = "~1.1.0" [dependencies.cfg-if] version = "~1.0.0" [dependencies.lazy_static] version = "~1.4.0" [dependencies.thiserror] version = "~1.0.26" [dev-dependencies.criterion] version = "~0.3.5"