-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (20 loc) · 759 Bytes
/
Cargo.toml
File metadata and controls
23 lines (20 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "flatc-rust"
version = "0.2.0"
authors = ["Vlad Frolov <frolvlad@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
homepage = "https://github.com/frol/flatc-rust"
repository = "https://github.com/frol/flatc-rust"
description = "FlatBuffers flatc command as API"
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"]
include = ["/src/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/README.md"]
[badges]
travis-ci = { repository = "frol/flatc-rust" }
[dependencies]
log = ">=0.4.4"
[dev-dependencies]
tempfile = "3.0.5"