# 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 = "pyplanetarium" version = "0.2.1" authors = ["Sergey Kvachonok "] description = "Python bindings for Rust Planetarium rendering library" readme = "README.md" keywords = [ "astronomy", "simulation", "python", ] categories = [ "graphics", "science", ] license = "MIT" repository = "https://github.com/ravenexp/pyplanetarium" [profile.release] lto = true strip = true [lib] crate-type = ["cdylib"] [dependencies.planetarium] version = "0.2" [dependencies.pyo3] version = "0.18" features = [ "extension-module", "abi3-py37", "generate-import-lib", ]