# 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 = "2018" name = "akiaki" version = "0.0.3" authors = ["Aki Goto "] description = "A good old fashioned wiki engine with a flat-file database" homepage = "https://tyatsumi.gitlab.io/akiaki/" documentation = "https://docs.rs/akiaki" readme = "README.md" keywords = [ "wiki", "server", "network", "fastcgi", ] categories = [ "text-processing", "web-programming", ] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/tyatsumi/akiaki/" [dependencies.akiaki-fcgi] version = "0.0.3" [dependencies.async-std] version = "1.12.0" [dependencies.chrono] version = "0.4.23" [dependencies.ctrlc] version = "3.2.3" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4.17"