# 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 = "cbfmt" version = "0.2.0" description = "A tool to format codeblocks inside markdown, org, and restructuredtext documents" readme = "README.md" keywords = [ "format", "markdown", "org", "codeblock", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/lukas-reineke/cbfmt" resolver = "2" [[bin]] name = "cbfmt" doc = false [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.2.8" [dependencies.futures] version = "0.3.21" [dependencies.ignore] version = "0.4.18" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.termcolor] version = "1.1.3" [dependencies.textwrap] version = "0.15.0" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.20.0" features = [ "macros", "fs", "rt-multi-thread", ] [dependencies.toml] version = "0.5.9" [dependencies.tree-sitter] version = "~0.20" [dependencies.tree-sitter-md] version = "0.1.1" [dependencies.tree-sitter-org] version = "1.3.0" [dependencies.tree-sitter-rst] version = "0.1.0" [build-dependencies.cc] version = "1.0.73"