# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "autocxx-integration-tests" version = "0.27.0" authors = ["Adrian Taylor "] autotests = false description = "Safe autogenerated interop between Rust and C++" keywords = ["ffi"] categories = [ "development-tools::ffi", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/google/autocxx" [[test]] name = "integration_tests" path = "tests/lib.rs" harness = true [dependencies.autocxx] version = "=0.27.0" [dependencies.autocxx-engine] version = "=0.27.0" features = ["build"] [dependencies.cc] version = "1.0" [dependencies.cxx] version = "1.0.78" [dependencies.env_logger] version = "0.9.0" [dependencies.indoc] version = "1.0" [dependencies.itertools] version = "0.10" [dependencies.link-cplusplus] version = "1.0" [dependencies.log] version = "0.4" [dependencies.moveit] version = "0.6" features = ["cxx"] [dependencies.once_cell] version = "1.7" [dependencies.proc-macro2] version = "1.0.11" [dependencies.quote] version = "1.0" [dependencies.rust_info] version = "0.3.1" [dependencies.rustversion] version = "1.0" [dependencies.static_assertions] version = "1.1.0" [dependencies.syn] version = "1.0.39" features = ["full"] [dependencies.tempfile] version = "3.4" [dependencies.test-log] version = "0.2.2" [dependencies.trybuild] version = "1.0.53"