# 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 = "exon-io" version = "0.32.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "IO utilities for Exon." homepage = "https://www.wheretrue.dev/docs/exon/" readme = "README.md" keywords = [ "biology", "science", "arrow", ] license = "Apache-2.0" repository = "https://github.com/wheretrue/exon" [lib] name = "exon_io" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.aws-config] version = "1.5.5" [dependencies.aws-credential-types] version = "1.2.1" [dependencies.object_store] version = "0.10.2" features = ["aws"] [dependencies.tokio] version = "1" features = ["io-util"] [dependencies.url] version = "2.5.2"