# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cpp_to_rust_common" version = "0.2.3" authors = ["Pavel Strakhov "] 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.serde_json] version = "0.9" [dependencies.error-chain] version = "0.5" [dependencies.regex] version = "0.1" [dependencies.lazy_static] version = "0.2" [dependencies.term-painter] version = "0.2.3" [dependencies.backtrace] version = "0.2.1" [dependencies.serde] version = "0.9" [dependencies.serde_derive] version = "0.9" [dependencies.bincode] version = "0.7.0" [dependencies.toml] version = "0.2" [dependencies.num_cpus] version = "1.0.0" [build-dependencies.serde_codegen] version = "0.9"