# 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 = "conflux" version = "0.1.2" authors = ["Christopher Gubbin "] exclude = ["/.github"] description = "Fixed-point optimization in rust" readme = "README.md" keywords = ["optimization", "math", "physics", "science"] categories = ["science"] license = "MIT" repository = "https://github.com/cgubbin/conflux" resolver = "2" [profile.release] lto = "off" debug = 1 incremental = true [dependencies.instant] version = "0.1.11" [dependencies.miette] version = "3.2.0" features = ["fancy"] [dependencies.ndarray] version = "0.15.3" features = ["serde"] [dependencies.num] version = "0.4.0" [dependencies.num-complex] version = "0.4.0" [dependencies.paste] version = "1.0.5" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.29" [badges.maintenance] status = "actively-developed"