[package] name = "sild_test_doc_build_fine" version = "2024.3.3" edition = "2021" description = "Some library" license = "MIT" authors = ["STON.fi"] repository = "https://github.com/ston-fi/tonlib-sys" include = [ "**/*.rs", "Cargo.toml" ] [features] default = ["cmake", "num_cpus"] shared-tonlib = [] [dependencies] [build-dependencies] cmake = { version = "0.1", optional = true } num_cpus = { version = "1", optional = true }