# 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" rust-version = "1.62.1" name = "cmake-file-api" version = "0.1.2" authors = ["Mathias H. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parsing and interacting with cmake-file-api" homepage = "https://github.com/h-mathias/cmake-file-api-rs" readme = "README.md" keywords = [ "cmake", "cmake-file-api", "cpp", ] categories = [ "api-bindings", "filesystem", ] license = "Unlicense OR MIT" repository = "https://github.com/h-mathias/cmake-file-api-rs" [lib] name = "cmake_file_api" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "example_from_readme" path = "examples/example_from_readme.rs" [[test]] name = "test_query" path = "tests/test_query.rs" [[test]] name = "test_real_projects" path = "tests/test_real_projects.rs" [[test]] name = "test_reply" path = "tests/test_reply.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shlex] version = "1.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.tempdir] version = "0.3"