# 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 = "bilby_rust" version = "0.1.0" authors = ["Colm Talbot "] exclude = [ "examples/demonstration.ipynb", ".github/", ".gitignore", ".cargo_vcs_info.json", ] description = "Rust implementation of domain-specific geometrical operations for Bilby to mirror the functionality in bilby-cython using PyO3." readme = "README.md" categories = [ "science", "date-and-time", ] license = "MIT" repository = "https://github.com/ColmTalbot/bilby_rust" [lib] name = "bilby_rust" crate-type = ["cdylib"] [dependencies.chrono] version = "0.4" [dependencies.num-complex] version = "0.4" [dependencies.numpy] version = "0.21" [dependencies.pyo3] version = "0.21" features = [ "chrono", "extension-module", "num-complex", ]