# 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 = "terdoc" version = "0.1.1" authors = ["OpenTalk Team "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Document generation service for converting from tera templates and raw data to different output formats such as PDF or Markdown" documentation = "https://docs.rs/terdoc" readme = "README.md" categories = ["template-engine"] license = "MIT OR Apache-2.0" repository = "https://gitlab.opencode.de/opentalk/terdoc" [[bin]] name = "terdoc" path = "src/main.rs" [[example]] name = "terdoc_cli" path = "examples/terdoc_cli.rs" [dependencies.actix-web] version = "4.5.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.mime] version = "0.3.17" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.snafu] version = "0.8.2" [dependencies.tempfile] version = "3.10.1" [dependencies.tera] version = "1.19.1" [dependencies.terdoc-types] version = "0.1.1" [dependencies.tokio] version = "1.36.0" features = [ "fs", "macros", "process", "rt", "rt-multi-thread", ] [dependencies.toml] version = "0.8.12" [dev-dependencies.terdoc-client] version = "0.1.1"