# 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 = "tailwag" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is the main crate for the Tailwag suite, an experimental framework for building batteries-included application prototypes." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nikwithak/tailwag" [lib] name = "tailwag" path = "src/lib.rs" [[bin]] name = "tailwag" path = "src/main.rs" [[example]] name = "breweries" path = "examples/breweries/main.rs" [[example]] name = "shop" path = "examples/shop/main.rs" [[example]] name = "shop.bak" path = "examples/shop.bak/main.rs" [[example]] name = "todo" path = "examples/todo.rs" [dependencies.chrono] version = "0.4.33" features = ["serde"] [dependencies.eframe] version = "0.23.0" optional = true [dependencies.hurl] version = "4.2.0" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.24" [dependencies.serde_json] version = "1.0.117" [dependencies.tailwag_forms] version = "0.2.0" optional = true [dependencies.tailwag_macros] version = "0.2.1" optional = true [dependencies.tailwag_orm] version = "0.2.0" optional = true [dependencies.tailwag_orm_macros] version = "0.2.0" [dependencies.tailwag_utils] version = "0.1.1" optional = true [dependencies.tailwag_web_service] version = "0.2.0" optional = true [dependencies.tower-http] version = "0.5.1" features = [ "trace", "full", ] [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.async-stripe] version = "0.34.1" features = ["runtime-tokio-hyper"] [dev-dependencies.async-trait] version = "0.1.73" [dev-dependencies.axum] version = "0.6.20" [dev-dependencies.regex] version = "1.10.3" [dev-dependencies.serde] version = "1.0.202" features = ["derive"] [dev-dependencies.sqlx] version = "0.7.1" features = [ "postgres", "uuid", "chrono", "json", "runtime-tokio-rustls", ] [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.uuid] version = "1.4.1" [features] all = [ "web_service", "macros", "orm", "utils", "deployer", "forms", ] default = ["all"] deployer = [] forms = ["dep:tailwag_forms"] gui = ["dep:eframe"] macros = ["dep:tailwag_macros"] orm = [ "tailwag_macros?/orm", "tailwag_macros?/default", "dep:tailwag_orm", ] utils = ["dep:tailwag_utils"] web_service = ["dep:tailwag_web_service"]