# 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-lang-tracing" version = "0.6.1" description = "Contains functionality needed to collect requirement traces from code or plain text files for the `mantra` framework." readme = "README.md" license = "MIT" repository = "https://github.com/mhatzl/mantra" [dependencies.mantra-schema] version = "0" [dependencies.path-slash] version = "0.2" [dependencies.proc-macro2] version = "1.0.81" optional = true [dependencies.regex] version = "1.10.4" optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.tree-sitter] version = "0.22.0" optional = true [dependencies.tree-sitter-rust] version = "0.21.0" optional = true [dev-dependencies.mantra-rust-macros] version = "0" [build-dependencies.cc] version = "1.0.90" optional = true [features] collect = [ "extract", "dep:tree-sitter", "dep:tree-sitter-rust", "dep:cc", ] default = ["collect"] extract = [ "dep:proc-macro2", "dep:regex", ]