# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cpp-typecheck" version = "0.5.0" authors = ["Daniel Trstenjak "] description = "Type check a C++ source file with a clang compilation database" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/dan-t/cpp-typecheck" [dependencies.atomicwrites] version = "0.2.5" [dependencies.clap] version = "2.33.1" [dependencies.dirs] version = "3.0.0" [dependencies.error-type] version = "0.1.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde_json] version = "1.0.55" [dependencies.tempfile] version = "3.1.0"