# 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 = "dokkoo" version = "0.5.0" authors = ["Emil Sayahi "] exclude = [ "/.github/**/*", "/branding/**/*", "/.gitignore", "/.whitesource", "renovate.json", "/azure-pipelines.yml", "/snapcraft.yaml", "/rust-toolchain", ] description = "Mokk (Macro Output Key Kit) implementation written in Rust." homepage = "https://github.com/Dirout/dokkoo" readme = "README" categories = [ "command-line-utilities", "text-processing", "web-programming", ] license = "AGPL-3.0-or-later" repository = "https://github.com/Dirout/dokkoo" [package.metadata.deb] assets = [ [ "target/x86_64-unknown-linux-gnu/release/dokkoo", "usr/bin/", "755", ], [ "target/x86_64-unknown-linux-gnu/release/libdokkoo.so", "usr/lib/", "644", ], [ "README", "usr/share/doc/dokkoo/README", "644", ], [ "COPYING", "usr/share/doc/dokkoo/COPYING", "644", ], ] priority = "optional" section = "utility" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/dokkoo" mode = "755" source = "target/release/dokkoo" [[package.metadata.generate-rpm.assets]] dest = "/usr/lib/libdokkoo.so" mode = "755" source = "target/release/libdokkoo.so" [[package.metadata.generate-rpm.assets]] dest = "/usr/lib/libdokkoo.a" mode = "755" source = "target/release/libdokkoo.a" [[package.metadata.generate-rpm.assets]] dest = "/usr/share/doc/dokkoo/README" mode = "644" source = "README" [[package.metadata.generate-rpm.assets]] dest = "/usr/share/doc/dokkoo/COPYING" mode = "644" source = "COPYING" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false overflow-checks = false incremental = false strip = "symbols" [profile.release.build-override] opt-level = 3 codegen-units = 1 [lib] name = "dokkoo" crate-type = [ "rlib", "cdylib", "staticlib", ] path = "src/lib.rs" [[bin]] name = "dokkoo" path = "src/main.rs" doc = false [dependencies.actix-files] version = "0.6.2" [dependencies.actix-http] version = "3.4.0" [dependencies.actix-service] version = "2.0.2" [dependencies.actix-web] version = "4.4.0" [dependencies.ahash] version = "0.8.6" features = [ "std", "serde", "runtime-rng", ] [dependencies.chrono] version = "0.4.31" features = [ "alloc", "std", "clock", "serde", "unstable-locales", ] [dependencies.clap] version = "4.4.8" features = [ "cargo", "suggestions", "color", "wrap_help", "unicode", ] [dependencies.comrak] version = "0.19.0" features = [ "syntect", "shortcodes", ] [dependencies.derive_more] version = "0.99.17" features = [ "default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version", ] [dependencies.futures] version = "0.3.29" [dependencies.glob] version = "0.3.1" [dependencies.html-minifier] version = "4.0.0" [dependencies.latex2mathml] version = "0.2.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.liquid] version = "0.26.4" [dependencies.liquid-core] version = "0.26.4" [dependencies.liquid-lib] version = "0.26.4" features = [ "all", "stdlib", "jekyll", "shopify", "extra", ] [dependencies.miette] version = "5.10.0" features = ["fancy"] [dependencies.mimalloc] version = "0.1.39" default-features = false [dependencies.notify] version = "6.1.1" [dependencies.path-clean] version = "1.0.1" [dependencies.pathdiff] version = "0.2.1" [dependencies.relative-path] version = "1.9.0" [dependencies.serde] version = "1.0.192" [dependencies.serde_yaml] version = "0.9.27" [dependencies.sys-locale] version = "0.3.1" [dependencies.ticky] version = "1.0.2" features = ["stdtime"] [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.wild] version = "2.2.0"