# 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 = "natter" version = "0.0.1" authors = ["Tom Alexander "] include = [ "LICENSE", "**/*.rs", "Cargo.toml", "Cargo.lock", "default_environment/", ] description = "A static site generator using org source files." readme = "README.md" keywords = [ "static", "site", "generator", ] categories = ["command-line-utilities"] license = "0BSD" repository = "https://code.fizz.buzz/talexander/natter" resolver = "2" [dependencies.clap] version = "4.4.6" features = [ "std", "color", "help", "derive", ] default-features = false [dependencies.duster] version = "0.1.1" [dependencies.futures] version = "0.3.29" [dependencies.include_dir] version = "0.7.3" [dependencies.organic] version = "0.1.13" [dependencies.serde] version = "1.0.189" features = [ "std", "derive", ] default-features = false [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1.30.0" features = [ "rt", "rt-multi-thread", "fs", "io-util", ] default-features = false [dependencies.toml] version = "0.8.2" [dependencies.walkdir] version = "2.4.0"