# 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 = "json_compilation_db" version = "1.0.1" authors = ["László Nagy "] description = "Rust crate to read/write JSON compilation database file." homepage = "https://github.com/rizsotto/json_compilation_db" documentation = "https://docs.rs/json_compilation_db/" readme = "README.md" keywords = [ "clang", "clang-tooling", "compilation-database", ] license = "MIT" repository = "https://github.com/rizsotto/json_compilation_db" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shell-words] version = "1.1"