# 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.76" name = "remi" version = "0.9.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "๐Ÿปโ€โ„๏ธ๐Ÿงถ Asynchronous Rust crate to handle communication between applications and object storage providers" readme = "README.md" license = "MIT" repository = "https://github.com/Noelware/remi-rs" [lib] name = "remi" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.bytes] version = "1.6.0" [features] default = [] unstable = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(noeldoc)"]