[package] name = "fdb-gen" version = "0.3.1" edition = "2018" rust-version = "1.49" authors = ["fdb-rs Developers"] description = """ Binding generation helper for FoundationDB """ license = "MIT OR Apache-2.0" repository = "https://github.com/fdb-rs/fdb" keywords = ["foundationdb", "tokio"] categories = ["database", "external-ffi-bindings"] [package.metadata.docs.rs] features = ["fdb-7_1"] [features] default = [] fdb-6_3 = [] fdb-7_1 = [] [dependencies] xml-rs = "0.8"