# 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 = "efetch2jsonl" version = "1.0.0" authors = ["Hologenomix Team "] description = "Convert EFetch XML to JSON Lines" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.clap_derive] version = "4.5.5" [dependencies.quick-xml] version = "0.32.0" [dependencies.serde-jsonlines] version = "0.5.0" [dependencies.serde_json] version = "1.0.117"