# 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 = "intervalues_pyrust" version = "0.1.0" authors = ["Bert de Bruijn"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust-to-python wrapper around intervalues" documentation = "https://docs.rs/intervalues_pyrust" readme = "README.md" keywords = [ "intervals", "intervalues", "intfloat", ] license = "MIT" repository = "https://github.com/debruijn/intervalues" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [lib] name = "intervalues_pyrust" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.intervalues] version = "0.3.1" [dependencies.intfloat] version = "0.1.0" [dependencies.itertools] version = "0.13.0" [dependencies.pyo3] version = "0.22.3" features = ["abi3-py310"]