# 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 = "2018" name = "writing" version = "0.2.1" authors = ["Phodal Huang "] exclude = [".coco/*", "benchmark/*", "fixtures/*", "targets/*", ".github/*", ".gitattributes", ".adr.json"] description = "Writing, is a simple tool for code-document sync.\n" homepage = "https://github.com/inherd/forming" documentation = "https://github.com/inherd/forming" readme = "README.md" categories = ["text-processing", "command-line-interface", "development-tools"] license = "MIT" repository = "https://github.com/inherd/forming" [[bin]] name = "writing" path = "src/bin/writing.rs" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.guarding_core] version = "0.2.6" [dependencies.guarding_ident] version = "0.2.6" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.pulldown-cmark] version = "0.8" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tree-sitter] version = "=0.19.3" [dependencies.tree-sitter-javascript] version = "=0.19.0"