# 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 = "cfpyo3_rs_bindings" version = "0.1.13" authors = ["carefree0910 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a collection of performant utilities" homepage = "https://github.com/carefree0910/carefree-pyo3" readme = "README.md" keywords = [ "python", "rust", "pyo3", ] categories = [ "algorithms", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/carefree0910/carefree-pyo3" [lib] name = "cfpyo3_bindings" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.cfpyo3_rs_core] version = "0.1.13" [dependencies.numpy] version = "0.21.0" [dependencies.pyo3] version = "0.21.0" features = [ "abi3-py38", "anyhow", "chrono", "extension-module", "multiple-pymethods", ]