# 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 = "cavint" version = "1.0.4" authors = ["Christoff van Zyl "] description = "A Rust native library for Cavalieri integration." readme = "README.md" license-file = "LICENSE" [lib] name = "cavint" crate-type = [ "cdylib", "lib", ] [dependencies.approx] version = "0.5.1" [dependencies.env_logger] version = "0.9.1" [dependencies.log] version = "0.4.17" features = ["release_max_level_off"] [dependencies.nom] version = "7.1.1" [dependencies.ordered-float] version = "3.3.0" [dependencies.pyo3] version = "0.17.2" features = ["extension-module"] [dependencies.roots] version = "0.0.7" [dependencies.thiserror] version = "1.0.37"