# 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.70.0" name = "noodles-refget" version = "0.5.0" authors = ["Michael Macias "] description = "A refget client" homepage = "https://github.com/zaeleus/noodles" documentation = "https://docs.rs/noodles-refget" license = "MIT" repository = "https://github.com/zaeleus/noodles" [dependencies.bytes] version = "1.0.1" [dependencies.noodles-core] version = "0.15.0" [dependencies.reqwest] version = "0.12.2" features = [ "json", "rustls-tls", "stream", ] default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.url] version = "2.2.2" [dev-dependencies.serde_test] version = "1.0.137" [dev-dependencies.tokio] version = "1.10.0" features = [ "macros", "rt-multi-thread", ]