quickfix-ffi 0.2.1

Low level binding to quickfix C++ library
Documentation
# 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"
rust-version = "1.70.0"
name = "quickfix-ffi"
version = "0.2.1"
authors = ["Arthur LE MOIGNE"]
build = "build.rs"
include = [
    "/libquickfix/cmake/",
    "/libquickfix/src/C++",
    "/libquickfix/src/CMakeLists.txt",
    "/libquickfix/cmake_config.h.in",
    "/libquickfix/CMakeLists.txt",
    "/libquickfix/LICENSE",
    "/quickfix-bind",
    "/src",
    "/build.rs",
    "/CMakeLists.txt",
    "!/libquickfix/**/Makefile.am",
    "!/libquickfix/**/*.sh",
    "!/libquickfix/src/C++/fix40",
    "!/libquickfix/src/C++/fix41",
    "!/libquickfix/src/C++/fix42",
    "!/libquickfix/src/C++/fix43",
    "!/libquickfix/src/C++/fix44",
    "!/libquickfix/src/C++/fix50",
    "!/libquickfix/src/C++/fix50sp1",
    "!/libquickfix/src/C++/fix50sp2",
    "!/libquickfix/src/C++/fixt11",
    "/libquickfix/src/C++/fix40/Heartbeat.h",
    "/libquickfix/src/C++/fix41/Heartbeat.h",
    "/libquickfix/src/C++/fix42/Heartbeat.h",
    "/libquickfix/src/C++/fix43/Heartbeat.h",
    "/libquickfix/src/C++/fix44/Heartbeat.h",
    "/libquickfix/src/C++/fix50/ListStatusRequest.h",
    "/libquickfix/src/C++/fix50sp1/ListStatusRequest.h",
    "/libquickfix/src/C++/fix50sp2/ListStatusRequest.h",
    "/libquickfix/src/C++/fixt11/Heartbeat.h",
    "!/libquickfix/src/C++/test",
    "/libquickfix/src/C++/test/CMakeLists.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low level binding to quickfix C++ library"
readme = "README.md"
keywords = [
    "quickfix",
    "fix-protocol",
    "finance",
]
categories = ["external-ffi-bindings"]
license = "MIT OR Apache-1.1"
repository = "https://github.com/arthurlm/quickfix-rs"

[features]
build-with-mysql = []
build-with-postgres = []
build-with-ssl = []
default = []

[lib]
name = "quickfix_ffi"
path = "src/lib.rs"

[dependencies]

[build-dependencies.cmake]
version = "0.1.52"

[build-dependencies.fs_extra]
version = "1.3.0"