# 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 = "t4_idl_parser" version = "0.1.1" authors = ["Yuuki Takano , TIER IV, Inc."] description = "A parser for the interface definition language (IDL) specified by Object Management Group (OMG) written in Rust. This supports IDL version 4.2." homepage = "https://github.com/tier4/idl_parser" readme = "README.md" keywords = [ "parser", "IDL", ] categories = [ "parser-implementations", "parsing", ] license-file = "LICENSE" repository = "https://github.com/tier4/idl_parser" [dependencies.nom] version = "7.1" [dependencies.nom-greedyerror] version = "0.4" [dependencies.nom_locate] version = "4.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2"