# 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" rust-version = "1.64" name = "include_proto_dir" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate for embedding and extracting Protobuf directories in your binary." homepage = "https://github.com/bliednov/include_proto_dir" documentation = "https://docs.rs/include_proto_dir" readme = "README.md" keywords = [ "protobuf", "include", "build", "embed", "dir", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/bliednov/include_proto_dir" [profile.release] lto = true strip = true [lib] name = "include_proto_dir" path = "src/lib.rs" [[test]] name = "foo" path = "tests/foo.rs" [dependencies.anyhow] version = "1.0" [dependencies.include_dir] version = "0.7" features = ["glob"] [dev-dependencies.build-deps] version = "0.1" [dev-dependencies.prost-build] version = "0.12" [dev-dependencies.tempfile] version = "3.5" [build-dependencies.prost-build] version = "0.12" [features] default = []