[build-dependencies.cmake]
optional = true
version = "0.1"
[dependencies]
[features]
default = ["cmake"]
no_avx512 = []
shared-tonlib = []
with_debug_info = []
[lib]
name = "tonlib_sys"
path = "src/lib.rs"
[package]
authors = ["STON.fi"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust bindings for tonlibjson library"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT"
name = "tonlib-sys"
readme = "README.md"
repository = "https://github.com/ston-fi/tonlib-sys"
version = "2024.10.4"