# 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 = "lean-sys" version = "0.0.7" authors = [ "Jad Ghalayini ", "Mario Carneiro ", "Zhu Yifan ", ] links = "leanshared" description = "Bindings to Lean 4's C API" readme = "README.md" keywords = [ "lean", "math", "bindings", ] categories = ["external-ffi-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/digama0/lean-sys" [dependencies.libc] version = "0.2" default-features = false [dependencies.memoffset] version = "0.9" [dependencies.parking_lot] version = "0.12" [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xoshiro] version = "0.6" [features] default = [ "small_allocator", "static", ] extern = [] small_allocator = [] static = []