# 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 = "fartdown" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An experimental semantic markup language and static site generator for crafting hypertext documents" readme = "README.md" keywords = [ "markup", "markdown", "hypertext", "generator", "literate-programming", ] categories = [ "compilers", "parser-implementations", "command-line-utilities", "web-programming", "text-processing", ] license = "AGPL-3.0-only" repository = "https://github.com/gamgi/fartdown" [lib] name = "fartdown" path = "src/lib/lib.rs" doctest = false [[bin]] name = "fd" path = "src/main.rs" [dependencies.clap] version = "4.4.15" features = ["derive"] [dependencies.derive_builder] version = "0.20.2" [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.21" features = ["kv"] [dependencies.pest] version = "2.7.6" [dependencies.pest_derive] version = "2.7.6" features = [ "std", "grammar-extras", ] [dependencies.shlex] version = "1.2.0" [dependencies.thiserror] version = "1.0.63" [dependencies.thiserror-ext] version = "0.2.0" [dependencies.tokio] version = "1.37.0" features = [ "fs", "macros", "io-util", "io-std", "rt-multi-thread", "process", ] [dependencies.tokio-stream] version = "0.1.14" features = ["io-util"] [dependencies.walkdir] version = "2.5.0"