# 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 = "cwmp" version = "0.2.2" authors = ["Jesper Dalberg"] description = "Parse and generate CWMP messages" readme = "README.md" keywords = [ "cwmp", "tr-069", "acs", ] categories = ["parsing"] license = "Unlicense" repository = "https://github.com/jdalberg/cwmp/" [[bench]] name = "parse_add_object" harness = false [[bench]] name = "parse_inform" harness = false [[bench]] name = "generate_add_object" harness = false [[bench]] name = "generate_inform" harness = false [dependencies.chrono] version = "0.4.0" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7.3" [dependencies.xml-rs] version = "0.8" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9"