# 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" rust-version = "1.58.1" name = "minimap2-paf-io" version = "3.0.0" authors = ["Sebastian Schmidt "] description = "Read and write data in minimap2's PAF format." documentation = "https://docs.rs/minimap2-paf-io" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sebschmi/minimap2-paf-io" resolver = "2" [dependencies.log] version = "0.4.17"