# 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 = "fp-bindgen" version = "3.0.0" authors = ["Fiberplane "] description = "Bindings generator for full-stack WASM plugins" homepage = "https://github.com/fiberplane/fp-bindgen/" readme = "README.md" keywords = [ "WebAssembly", "WASM", "bindgen", ] categories = [ "development-tools::ffi", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/fiberplane/fp-bindgen/" [package.metadata.docs.rs] all-features = true [dependencies.Inflector] version = "0.11" [dependencies.bytes] version = "1" features = ["serde"] optional = true [dependencies.fp-bindgen-macros] version = "3.0.0" [dependencies.http] version = "0.2" optional = true [dependencies.pretty_assertions] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.rmpv] version = "1.0.0" features = ["with-serde"] optional = true [dependencies.rustfmt-wrapper] version = "0.2.0" optional = true [dependencies.serde_bytes] version = "0.11" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.syn] version = "1" features = [ "full", "extra-traits", ] [dependencies.time] version = "0.3" features = ["serde-human-readable"] optional = true [dependencies.toml_edit] version = "0.19" optional = true [features] bytes-compat = ["bytes"] default = [ "bytes-compat", "http-compat", "rmpv-compat", "serde-bytes-compat", "serde-json-compat", "time-compat", ] generators = [ "rustfmt-wrapper", "toml_edit", ] http-compat = ["http"] rmpv-compat = ["rmpv"] serde-bytes-compat = ["serde_bytes"] serde-json-compat = ["serde_json"] time-compat = ["time"]