# 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 = "nrps-rs" version = "0.2.1" authors = ["Kai Blin "] description = "A reimplementation of NRPSPredictor2 in Rust" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/kblin/nrps-rs.git" [profile.release] debug = true [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.toml] version = "0.7.2" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.rstest] version = "0.16.0"