# 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 = "2018" name = "rust_sbml" version = "0.7.0" authors = ["Jorge Carrasco Muriel "] description = "A parser for SBML" readme = "README.md" categories = ["parser-implementations", "parsing", "science", "mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/carrascomj/rust_sbml" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "./src/docs-header.html"] [lib] name = "rust_sbml" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [dependencies.itertools] version = "0.8" [dependencies.pyo3] version = "0.14.1" optional = true [dependencies.quick-xml] version = "0.23.0-alpha3" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["extension-module"] dependencies = ["pyo3"] extension-module = ["pyo3/extension-module"]