# 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 = "cargo-spec" version = "0.5.0" authors = ["David Wong "] description = "A tool to specify your code." readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.askama] version = "0.11.0" [dependencies.clap] version = "3.0.5" features = ["derive"] [dependencies.comrak] version = "0.13.0" [dependencies.miette] version = "4.2.1" features = ["fancy"] [dependencies.notify] version = "4.0.17" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tinytemplate] version = "1.1" [dependencies.toml] version = "0.5.8" features = ["preserve_order"]