# 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 = "inertia-core" version = "0.4.0" authors = ["William Youmans "] description = "Core functionality of the Inertia crate with high level wrappers for FLINT, Arb, and Antic." homepage = "https://github.com/wjyoumans/inertia-core" readme = "README.md" keywords = [ "flint", "real", "complex", "number-theory", "math", ] categories = [ "algorithms", "external-ffi-bindings", "mathematics", ] license = "GPL-3.0-or-later" repository = "https://github.com/wjyoumans/inertia-core" [dependencies.antic-sys] version = "0.3" features = ["disable-make-check"] [dependencies.arb-sys] version = "0.3" features = ["disable-make-check"] [dependencies.flint-sys] version = "0.7" features = ["disable-make-check"] [dependencies.inertia-algebra] version = "0.1" default-features = false [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.bincode] version = "1.3" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [features] default = [] serde = ["dep:serde"]