# 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 = "mock_gen" version = "0.1.22" description = "Interface and mock generator for C++ classes" homepage = "https://github.com/lowkin18" readme = "README.md" keywords = [ "cli", "mock", "generator", "doctest", "trompeloeil", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/lowkin18/mock_gen" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.regex] version = "1.7.1" [dependencies.thiserror] version = "1.0.38" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.anyhow] version = "1.0"