# 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] name = "roslibrust_serde_rosmsg" version = "0.3.0" authors = [ "Adnan Ademovic ", "Carter Schultz ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rosmsg serialization file format" documentation = "https://docs.rs/roslibrust_serde_rosmsg/latest/roslibrust_serde_rosmsg" readme = "README.md" keywords = [ "ros", "rosmsg", "serde", "serialization", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/adnanademovic/serde_rosmsg" [lib] name = "roslibrust_serde_rosmsg" path = "src/lib.rs" [[bench]] name = "image_bench" path = "benches/image_bench.rs" harness = false [dependencies.byteorder] version = "1.0.0" [dependencies.error-chain] version = "0.12" [dependencies.serde] version = "1.0.2" [dependencies.serde_derive] version = "1.0.2" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.pprof] version = "0.13" features = [ "criterion", "flamegraph", ] [dev-dependencies.serde_bytes] version = "0.11"