# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "dsdl_parser" version = "0.1.3" authors = ["Kjetil Kjeka "] description = "A nom parser for the DSDL (Data structure description language) used when transmiting over uavcan" homepage = "http://uavcan.org/Specification/3._Data_structure_description_language/" readme = "README.md" keywords = ["uavcan", "can", "dsdl", "parser"] categories = ["parser-implementations"] license = "Apache-2.0/MIT" repository = "https://github.com/UAVCAN/uavcan.rs/tree/master/dsdl_parser" [dependencies.log] version = "^0.3.8" [dependencies.nom] version = "^3.2" [dev-dependencies.test-logger] version = "0.1.0" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "UAVCAN/uavcan.rs"