# 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 = "crussmap" version = "1.0.1" authors = ["Wenjie Wei "] exclude = ["**/tests/**"] description = """ crussmap is a faster tool to convert genome coordinates between difference reference assemblies. Support file formats: [BED,...]. This project reconstructs the [CrossMap](https://github.com/liguowang/CrossMap) code by rust to effectively improve speed and performance""" homepage = "https://wjwei.blog" documentation = "https://docs.rs/crate/crussmap/latest" readme = "README.md" license = "MIT" repository = "https://github.com/wjwei-handsome/crussmap" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.csv] version = "1.2.1" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" [dependencies.nom] version = "7.1.3" [dependencies.rust-lapper] version = "1.1.0" [dependencies.serde] version = "1.0.160" [dependencies.serde_derive] version = "1.0.160"