# 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" rust-version = "1.70.0" name = "turtlefmt" version = "0.1.1" authors = ["Tpt "] build = "build.rs" description = "Auto-formatter for RDF Turtle" readme = "README.md" keywords = ["Turtle"] license = "Apache-2.0" repository = "https://github.com/helsing-ai/turtlefmt" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4" features = ["derive"] [dependencies.diffy] version = "0.3.0" [dependencies.tree-sitter] version = "0.20.10" [dev-dependencies.oxigraph] version = "0.3.22" [dev-dependencies.reqwest] version = "0.11.23" features = ["blocking"] [dev-dependencies.tree-sitter-cli] version = "0.20.8" [build-dependencies.cc] version = "1.0.83" [build-dependencies.tree-sitter-cli] version = "0.20.8"