# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kair" version = "0.5.0" authors = ["Jorge Carrasco Muriel "] description = "COnstraint Based Reconstruction and Analysis (COBRA) in Rust" readme = "README.md" categories = ["simulation", "science", "mathematics"] license = "GPL-2.0-or-later" repository = "https://github.com/carrascomj/kair" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "./src/docs-header.html"] [[bench]] name = "formulate_from_sbml" harness = false [dependencies.custom_error] version = "1.4.0" [dependencies.good_lp] version = "1.1.0" default-features = false [dependencies.num_cpus] version = "1.13.0" [dependencies.rust_sbml] version = "0.5.1" default_features = false [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.good_lp] version = "1.1.0"