# 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 = "include-graph" version = "1.2.2" authors = ["Andrei Litvin"] description = "Generates dot graph descriptions of c/c++ include dependencies." readme = "README.md" keywords = [ "cli", "graph", ] license-file = "LICENSE" repository = "https://github.com/andy31415/igraph" [lib] crate-type = ["lib"] path = "src/lib.rs" [dependencies.camino] version = "1.1.6" [dependencies.clap] version = "4.5.1" features = [ "derive", "env", "unicode", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.eyre] version = "0.6.12" [dependencies.glob] version = "0.3.1" [dependencies.nom] version = "7.1.3" [dependencies.nom-supreme] version = "0.8.0" [dependencies.regex] version = "1.10.3" features = ["use_std"] [dependencies.serde] version = "1.0.197" features = [ "derive", "alloc", ] [dependencies.serde_json] version = "1.0.114" features = ["alloc"] [dependencies.shlex] version = "1.3.0" [dependencies.tera] version = "1.19.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "json", "matchers", "time", "tracing", "env-filter", "regex", ] [dependencies.uuid] version = "1.7.0" features = [ "v6", "std", "rng", ]