# 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 = "tumbleweed" version = "0.1.0" authors = ["Matt Westrik "] description = "[work-in-progress] application framework" homepage = "https://tumbleweed.westrik.dev" documentation = "https://tumbleweed.westrik.dev/docs/" license-file = "LICENSE" repository = "https://github.com/westrik/tumbleweed" [dependencies.dotenv] version = "0.15" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tide] version = "0.13" optional = true [dependencies.tumbleweed_derive] version = "0.1" [dependencies.warp] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hyper] version = "0.13" [features] with-tide = ["tide"] with-warp = ["warp"]