# 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 = "flatc-rust" version = "0.2.1-alpha.0" authors = ["Vlad Frolov "] include = [ "/src/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/README.md", ] description = "FlatBuffers flatc command as API" homepage = "https://github.com/frol/flatc-rust" documentation = "https://docs.rs/flatc-rust/*/flatc-rust" readme = "README.md" keywords = [ "flatbuffers", "flatc", "compiler", "code-generation", ] categories = [ "development-tools::build-utils", "development-tools", "api-bindings", "parser-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/frol/flatc-rust" [dependencies.log] version = ">=0.4.4" [dev-dependencies.tempfile] version = "3.0.5" [badges.travis-ci] repository = "frol/flatc-rust"