# 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 = "sirius-bindings" version = "0.1.0" authors = ["Earth Metabolome Initiative"] exclude = [ "CONTRIB.md", ".DS_Store", "tests/.DS_Store", ".cargo_vcs_info.json", ] description = "Rust bindings for the SIRIUS metabolomics tool" readme = "README.md" keywords = [ "metabolomics", "SIRIUS", "mass-spectrometry", ] categories = [ "api-bindings", "science", ] license = "GPL-3.0" repository = "https://github.com/earth-metabolome-initiative/emi-monorepo/tree/main/bindings/sirius-bindings" [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.dotenvy] version = "0.15.7" [dependencies.is_executable] version = "1.0.1" [dependencies.num_cpus] version = "1.16.0" [features] fuzz = ["dep:arbitrary"]