# 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 = "souffle-lint" version = "0.4.0" authors = ["Langston Barrett "] description = "Linter for Soufflé Datalog" homepage = "https://github.com/langston-barrett/souffle-lint" readme = "README.md" keywords = [ "linter", "souffle", "datalog", ] license = "MIT" repository = "https://github.com/langston-barrett/souffle-lint" [package.metadata.deb] assets = [ [ "README.md", "usr/share/doc/souffle-lint/README.md", "644", ], [ "target/x86_64-unknown-linux-musl/release/souffle-lint", "usr/bin/", "755", ], [ "target/x86_64-unknown-linux-musl/assets/*.1", "usr/share/man/man1", "644", ], ] [profile.release] lto = "thin" panic = "abort" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.tree-sitter] version = "0.20.9" [dependencies.tree-sitter-souffle] version = "0.4" [build-dependencies.clap] version = "4.0" features = [ "derive", "cargo", "env", ] [build-dependencies.clap_mangen] version = "0.2" [build-dependencies.glob] version = "0.3" [features] default = ["man"] man = []