cmake 0.1.51

A build dependency for running `cmake` to build a native library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cmake"
version = "0.1.51"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["build-dependencies"]
repository = "https://github.com/rust-lang/cmake-rs"
homepage = "https://github.com/rust-lang/cmake-rs"
documentation = "https://docs.rs/cmake"
description = """
A build dependency for running `cmake` to build a native library
"""
categories = ["development-tools::build-utils"]
edition = "2021"

[dependencies]
cc = "1.0.83"