# 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 = "pact_matching_ffi" version = "0.0.5" authors = ["Andrew Lilley Brinker ", "Caleb Stepanian "] exclude = ["*.iml"] description = "Pact matching interface for foreign languages. [DEPRECATED, replaced with pact_ffi]" readme = "README.md" keywords = ["testing", "pact", "cdc", "mockserver"] license = "MIT" [lib] crate-type = ["rlib", "cdylib", "staticlib"] [dependencies.anyhow] version = "1.0.28" [dependencies.bytes] version = "1.0.1" [dependencies.fern] version = "0.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.69" [dependencies.log] version = "0.4.8" [dependencies.pact_matching] version = "0.9" [dependencies.pact_models] version = "0.0" [dependencies.serde_json] version = "1.0.51" [dependencies.thiserror] version = "1.0.15" [dependencies.zeroize] version = "1.1.0" [build-dependencies.os_info] version = "3.0" default-features = false [badges.maintenace] status = "deprecated"