xbbg-blpapi-sys 1.4.11

Unsafe, zero-policy FFI bindings to the BLPAPI C API (blpapi_*) generated at build time.
# 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.88"
name = "xbbg-blpapi-sys"
version = "1.4.11"
build = "build.rs"
links = "blpapi"
include = [
    "src/**/*.rs",
    "build.rs",
    "libclang.rs",
    "Cargo.toml",
    "README.md",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unsafe, zero-policy FFI bindings to the BLPAPI C API (blpapi_*) generated at build time."
homepage = "https://xbbg.org/"
readme = "README.md"
keywords = [
    "blpapi",
    "bloomberg",
    "ffi",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "finance",
]
license = "Apache-2.0"
repository = "https://github.com/xbbg-org/xbbg"

[package.metadata.docs.rs]
features = ["dynamic"]

[features]
default = ["dynamic"]
dynamic = []
static = []

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

[dependencies.cty]
version = "0.2.2"

[build-dependencies.bindgen]
version = "0.72.1"
features = ["runtime"]
default-features = false