# 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 = "fiberplane-models" version = "1.0.0-beta.14" authors = ["Fiberplane "] description = "Core models used across Fiberplane" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/fiberplane/fiberplane" [lib] crate-type = ["lib"] [dependencies.axum_06] version = "0.6" optional = true package = "axum" [dependencies.base64] version = "0.13" [dependencies.base64uuid] version = "1.1.0" default-features = false [dependencies.bytes] version = "1" features = ["serde"] [dependencies.clap] version = "4.1" features = [ "derive", "std", ] optional = true default-features = false [dependencies.form_urlencoded] version = "1" [dependencies.fp-bindgen] version = "3.0.0" features = [ "bytes-compat", "serde-json-compat", "time-compat", ] optional = true [dependencies.ordered-float] version = "4.1.1" features = ["serde"] [dependencies.rmp-serde] version = "1.0" [dependencies.rmpv] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1" [dependencies.sqlx] version = "0.7.3" features = ["macros"] optional = true default-features = false [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3.15" features = [ "macros", "serde-human-readable", "serde-well-known", ] [dependencies.typed-builder] version = "0.12" [dependencies.url] version = "2.2.2" features = [ "serde", "serde", ] [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.serde_json] version = "1.0" [features] clap = ["dep:clap"] fp-bindgen = [ "base64uuid/fp-bindgen", "dep:fp-bindgen", ]