# 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" name = "phlow" version = "2.0.1" authors = ["feenk gmbh "] description = "An engine for scripting reactive browsers in Rust by adding custom views to structures" readme = "README.md" keywords = [ "phlow", "meta", "reflection", ] license = "MIT" repository = "https://github.com/feenkcom/phlow-rs/tree/main/phlow" [dependencies.async-trait] version = "0.1" optional = true [dependencies.base64] version = "0.22" optional = true [dependencies.erased-serde] version = "0.4" optional = true [dependencies.futures-executor] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.phlow-derive] version = "2.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_repr] version = "0.1" optional = true [dependencies.typetag] version = "0.2" optional = true [dependencies.unique_id] version = "0.1" optional = true [dev-dependencies.phlow-derive] version = "2" [features] default = [ "printing", "phlow-derive", ] object-id = ["dep:unique_id"] phlow-derive = ["dep:phlow-derive"] printing = [] view-specification = [ "dep:serde", "dep:serde_repr", "dep:erased-serde", "dep:typetag", "dep:base64", "dep:async-trait", ]