# 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 = "smeagol-wiki" version = "0.4.10" build = "build.rs" exclude = [ "/frontend", "/site", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A personal wiki webserver. Work in progress." homepage = "https://github.com/AustinWise/smeagol/" readme = "README.md" license = "MIT" repository = "https://github.com/AustinWise/smeagol/" [profile.release] strip = "symbols" [[bin]] name = "smeagol-wiki" path = "src/main.rs" [dependencies.askama] version = "0.12" [dependencies.bitflags] version = "1.3.2" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.git2] version = "0.18.2" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.18.0" [dependencies.pretty_env_logger] version = "0.5" [dependencies.pulldown-cmark] version = "0.9" default-features = false [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.3" features = ["std"] [dependencies.rocket] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.tantivy] version = "0.22" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.7" [build-dependencies.ring] version = "0.16.20"