# 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 = "totsu_core" version = "0.1.1" authors = ["convexbrain "] description = "A first-order conic linear program solver for convex optimization." homepage = "https://github.com/convexbrain/Totsu/tree/master/solver_rust_conic/totsu_core/" readme = "README.md" keywords = [ "convex", "optimization", "conic", "solver", ] categories = ["science"] license = "Unlicense" repository = "https://github.com/convexbrain/Totsu" resolver = "1" [dependencies.log] version = "0.4.17" [dependencies.num-traits] version = "0.2.15" default-features = false [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.float_eq] version = "1.0.1" [features] default = ["std"] libm = ["num-traits/libm"] std = ["num-traits/std"]