ctest 0.2.14

Automated tests of FFI bindings.
Documentation
[package]
name = "ctest"
version = "0.2.14"
authors = [
  "Alex Crichton <alex@alexcrichton.com>",
  "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>"
]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/gnzlbg/ctest"
homepage = "https://github.com/gnzlbf/ctest"
documentation = "https://docs.rs/ctest"
description = """
Automated tests of FFI bindings.
"""

[dependencies]
syntex_syntax = "0.59.1"
cc = "1.0.1"
rustc_version = "0.2"

[workspace]
members = ["testcrate"]