[package]
name = "cpp_to_rust_common"
version = "0.0.2"
authors = ["Pavel Strakhov <ri@idzaaus.org>"]
description = "Common utilities for cpp_to_rust_generator and cpp_to_rust_build_tools"
license = "MIT"
repository = "https://github.com/rust-qt/cpp_to_rust/tree/master/cpp_to_rust/cpp_to_rust_common"
[dependencies]
error-chain = "0.5"
backtrace = "0.2.1"
regex = "0.1"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
bincode = "1.0.0-alpha6"
term-painter = "0.2.3"
num_cpus = "1.0.0"
toml = "0.2"
lazy_static = "0.2"
[build-dependencies]
serde_codegen = "0.9"