# 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" name = "classicube-sys" version = "4.0.0+classicube.1.3.7" authors = ["SpiralP "] description = "Rust C bindings for ClassiCube." documentation = "https://docs.rs/classicube-sys" readme = "README.md" license = "MIT" repository = "https://github.com/SpiralP/rust-classicube-sys" [package.metadata.release] metadata = "required" pre-release-commit-message = "Release {{version}}" tag-message = "Release version {{version}}" [dependencies.cstr_core] version = "0.2" optional = true [dependencies.libc] version = "0.2" optional = true default-features = false [dependencies.libm] version = "0.2" optional = true [dependencies.paste] version = "1" [build-dependencies.bindgen] version = "0.70" [build-dependencies.cc] version = "1" [build-dependencies.fs_extra] version = "1" [build-dependencies.regex] version = "1" [features] default = [] no_std = [ "cstr_core", "libc", "libm", ]