# 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 = "texted" version = "1.1.1" authors = ["Thiago Massari Guedes"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A markdown blog platform that lets you in control of your data" homepage = "https://gitlab.com/thiagomg/texted" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/thiagomg/texted" [lib] name = "texted" path = "src/lib.rs" [[bin]] name = "texted" path = "src/bin/texted/main.rs" [[bin]] name = "texted-tool" path = "src/bin/texted-tool/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.21" features = [ "derive", "string", ] [dependencies.dirs] version = "5.0.1" [dependencies.flate2] version = "1.0.35" [dependencies.lazy_static] version = "1.5.0" features = [] [dependencies.markdown] version = "1.0.0-alpha.21" [dependencies.ntex] version = "2.8.0" features = ["tokio"] [dependencies.ntex-files] version = "2.0.0" [dependencies.quick-xml] version = "0.37.0" [dependencies.ramhorns] version = "1.0.1" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.spdlog-rs] version = "0.4.0" [dependencies.tar] version = "0.4.43" [dependencies.tokio] version = "1.41.1" features = ["time"] [dependencies.toml] version = "0.8.19" [dependencies.unidecode] version = "0.3.0" [dependencies.uuid] version = "1.11.0" features = [ "v4", "fast-rng", ] [dependencies.whoami] version = "1.5.2" [build-dependencies.flate2] version = "1.0.35" [build-dependencies.tar] version = "0.4.43"