xbbg_core 1.4.11

Safe Rust wrappers for BLPAPI session, request, and response primitives
# 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_core"
version = "1.4.11"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for BLPAPI session, request, and response primitives"
homepage = "https://xbbg.org/"
readme = "README.md"
keywords = [
    "blpapi",
    "bloomberg",
    "ffi",
    "market-data",
    "xbbg",
]
categories = [
    "api-bindings",
    "finance",
]
license = "Apache-2.0"
repository = "https://github.com/xbbg-org/xbbg"

[features]
default = ["live"]
live = ["dep:blpapi-sys"]

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

[dependencies.blpapi-sys]
version = "1.4.11"
optional = true
package = "xbbg-blpapi-sys"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.thiserror]
version = "2.0.20"