# 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 = "cxx2flow" version = "0.6.2" authors = ["mgt "] include = [ "src/**/*", "LICENSE", "README.md", "build.rs", ] description = "Convert your C/C++ code to control flow chart" readme = "README.md" license = "MIT" repository = "https://github.com/Enter-tainer/cxx2flow" [profile.release] lto = "fat" [lib] name = "cxx2flow" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "cxx2flow" path = "src/main.rs" [dependencies.clap] version = "4.5.6" features = [ "derive", "wrap_help", ] [dependencies.colored] version = "2.1.0" [dependencies.enum_dispatch] version = "0.3.13" [dependencies.hash-chain] version = "0.3.2" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.21" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.once_cell] version = "1.19.0" [dependencies.petgraph] version = "0.6.5" [dependencies.thiserror] version = "1.0" [dependencies.tree-sitter] version = "0.22.6" [dependencies.tree-sitter-cpp] version = "0.22.2" [build-dependencies.anyhow] version = "1.0" [build-dependencies.vergen] version = "8.3.1" features = [ "build", "cargo", "git", "git2", "rustc", ]