# 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] edition = "2018" name = "ritual" version = "0.0.0" authors = ["Pavel Strakhov "] exclude = ["test_assets/**/*"] description = "Automatic generator of C++ library wrappers" license = "MIT" repository = "https://github.com/rust-qt/cpp_to_rust" [dependencies.clang] version = "0.20.0" [dependencies.derive_more] version = "0.13.0" [dependencies.itertools] version = "0.8.0" [dependencies.log] version = "0.4.6" [dependencies.pathdiff] version = "0.1.0" [dependencies.regex] version = "1.1.0" [dependencies.ritual_common] version = "0.0.0" [dependencies.select] version = "0.4.2" [dependencies.serde] version = "1.0.84" [dependencies.serde_derive] version = "1.0.84" [dependencies.tempdir] version = "0.3.7"