[go: up one dir, main page]

File: Cargo.toml.orig

package info (click to toggle)
rust-cexpr 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: ansic: 61; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cexpr"
version = "0.3.3"
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"]

[dependencies]
nom = {version = "^4", features = ["verbose-errors"] }

[dev-dependencies]
clang-sys = ">= 0.13.0, < 0.27.0"