blob: 9ae350dd114b40ee8d90f92a1bb2754975ed9be4 [file] [log] [blame]
Chih-Hung Hsieh049e8722020-04-17 14:13:42 -07001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "cexpr"
16version = "0.4.0"
17authors = ["Jethro Beekman <jethro@jbeekman.nl>"]
18description = "A C expression parser and evaluator"
19documentation = "https://docs.rs/cexpr/"
20keywords = ["C", "expression", "parser"]
21license = "Apache-2.0/MIT"
22repository = "https://github.com/jethrogb/rust-cexpr"
23[dependencies.nom]
24version = "5"
25features = ["std"]
26default-features = false
27[dev-dependencies.clang-sys]
28version = ">= 0.13.0, < 0.29.0"
29[badges.travis-ci]
30repository = "jethrogb/rust-cexpr"