# 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 = "flaty" version = "0.0.2" authors = ["Yann Villessuzanne"] description = "Flat-File CMS" readme = "README.md" keywords = [ "http", "web", "server", "cms", ] license = "AGPL-3.0-only" repository = "https://github.com/linfir/flaty" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.handlebars] version = "4.3.6" [dependencies.hyper] version = "0.14.25" features = [ "server", "http1", "tcp", "stream", ] [dependencies.mime_guess] version = "2.0.4" [dependencies.pulldown-cmark] version = "0.9.2" [dependencies.rsass] version = "0.27.0" [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt-multi-thread", "fs", "io-util", ] [dependencies.tokio-util] version = "0.7.7" features = ["codec"] [dependencies.toml] version = "0.7.3" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.twox-hash] version = "1.6.3"