# 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 = "opt_solver" version = "0.1.1" authors = ["HunLuanZhiZhu "] description = "Common optimization algorithms" keywords = [ "opt", "optimize", "PSO", ] license = "MIT OR Apache-2.0" [lib] name = "opt_solver" crate-type = [ "rlib", "cdylib", "staticlib", ] [dependencies.array-init] version = "2.0.1" [dependencies.num-bigint] version = "0.4.3" features = [ "rand", "std", ] [dependencies.num-complex] version = "0.4.3" features = [ "rand", "std", ] [dependencies.pyo3] version = "0.19.2" features = [ "num-complex", "rust_decimal", "auto-initialize", "num-bigint", ] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" features = [] [dependencies.rust_decimal] version = "1.29.1" features = [ "rand", "std", ]