[package] name = "vinyl-core" version = "0.0.2" description = "A convenience layer for the FoundationDB Record Layer" license = "MIT" readme = "./readme.md" authors = ["maxmcd "] documentation = "https://docs.rs/vinyl-core/" homepage = "https://github.com/embly/vinyl" edition = "2018" build = false [dependencies] protobuf = "2.8.1" url = "2.1.0" failure = {version = "~0.1", features = ["std"], default-features = false} protoc-rust = {version = "2.0", optional = true} [features] build_protos = ["protoc-rust"] # run with: # cargo run --features="build_protos" --bin proto [[bin]] name = "proto" path = "build.rs" required-features = ["build_protos"] # only needed for build-dependencies