# 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 = "xyz-parse" version = "0.1.3" authors = ["Julian Popescu "] description = "Simple parser for the XYZ file format" homepage = "https://github.com/aqora-io/xyz-parse" documentation = "https://docs.rs/xyz-parse/" readme = "README.md" keywords = [ "xyz", "chemistry", "parser", "parse", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/aqora-io/xyz-parse" [lib] name = "xyz_parse" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.pyo3] version = "0.21" features = ["rust_decimal"] optional = true [dependencies.rust_decimal] version = "1.35" default-features = false [features] default = [] pyo3-lib = [ "pyo3", "pyo3/extension-module", "pyo3/abi3-py37", ]