# 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 = "mantra" version = "0.6.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`mantra` offers a lightweight approach for requirement tracing and coverage." readme = "README.md" license = "MIT" repository = "https://github.com/mhatzl/mantra" [lib] name = "mantra" path = "src/lib.rs" [[bin]] name = "mantra" path = "src/main.rs" [[example]] name = "usage" path = "examples/usage.rs" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.11.3" [dependencies.ignore] version = "0.4.20" [dependencies.intervaltree] version = "0.2.7" [dependencies.log] version = "0.4.21" [dependencies.mantra-lang-tracing] version = "0" [dependencies.mantra-rust-macros] version = "0" features = ["extract"] [dependencies.mantra-rust-trace] version = "0" [dependencies.mantra-schema] version = "0" [dependencies.mime_guess] version = "2.0.4" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.7.4" features = [ "sqlite", "json", "runtime-tokio", "time", ] [dependencies.tera] version = "1.19.1" [dependencies.thiserror] version = "1.0.59" [dependencies.time] version = "0.3.36" features = [ "serde", "formatting", "parsing", "macros", ] [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.toml] version = "0.8.13" features = ["parse"] [dependencies.tree-sitter-rust] version = "0.21.0"