Files
third_party_rust_rust-cexpr/Cargo.toml
T
薛磊 f93db1036f cexpr版本升级到0.6.0
Signed-off-by: 薛磊 <xuelei3@huawei.com>
2024-07-13 16:41:26 +08:00

20 lines
524 B
TOML

[package]
name = "cexpr"
version = "0.6.0"
edition = "2018"
authors = ["Jethro Beekman <jethro@jbeekman.nl>"]
license = "Apache-2.0/MIT"
description = "A C expression parser and evaluator"
documentation = "https://docs.rs/cexpr/"
repository = "https://github.com/jethrogb/rust-cexpr"
keywords = ["C","expression","parser"]
[badges]
travis-ci = { repository = "jethrogb/rust-cexpr" }
[dependencies]
nom = { version = "7", default-features = false, features = ["std"] }
[dev-dependencies]
clang-sys = ">= 0.13.0, < 0.29.0"