# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "houseflow-types" version = "0.1.1" authors = ["Grzegorz Baranski "] description = "Types for Houseflow" homepage = "https://github.com/gbaranski/houseflow" license = "GPL-3.0-or-later" repository = "https://github.com/gbaranski/houseflow" [dependencies.actix-web] version = "4.0.0-beta.7" optional = true default-features = false [dependencies.base64] version = "0.13.0" optional = true [dependencies.bytes] version = "1" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.11.0" optional = true [dependencies.houseflow-macros] version = "0.1.0" optional = true [dependencies.postgres-types] version = "0.2.1" optional = true [dependencies.rand] version = "0.8" [dependencies.semver] version = "1.0.3" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.64" optional = true [dependencies.sha2] version = "0.9.5" optional = true [dependencies.strum] version = "0.21.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.validator] version = "0.13.0" features = ["derive"] optional = true [features] actix = ["actix-web"] admin = ["validator"] auth = ["token", "validator"] default = ["serde"] fulfillment = ["token", "lighthouse"] lighthouse = ["houseflow-macros", "serde_json"] token = ["base64", "hmac", "sha2"]