# 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 = "dust_dds_gen" version = "0.11.0" authors = [ "Joao Rebelo ", "Stefan Kimmer ", "Pierre Martinet ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OMG IDL compiler for Dust DDS" homepage = "https://s2e-systems.com/products/dust-dds" readme = "README.md" keywords = [ "dds", "idl", "middleware", ] categories = ["compilers"] license = "Apache-2.0" repository = "https://github.com/s2e-systems/dust-dds" [lib] name = "dust_dds_gen" path = "src/lib.rs" [[test]] name = "basic_types" path = "tests/basic_types.rs" [[test]] name = "i11eperf" path = "tests/i11eperf.rs" [[test]] name = "structs" path = "tests/structs.rs" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dev-dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ]