# 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 = "polymers" version = "0.3.7" description = "Polymers Modeling Library" readme = "README.md" keywords = [ "julia", "polymers", "python", "rust", ] license = "BSD-3-Clause" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [lib] crate-type = [ "cdylib", "rlib", "staticlib", ] [dependencies.numpy] version = "0.19" optional = true [dependencies.pyo3] version = "0.19" features = ["extension-module"] optional = true [dev-dependencies.rand] version = "0.8.5" [features] extern = [] python = [ "dep:numpy", "dep:pyo3", ]