# 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 = "uplink" version = "0.10.0" authors = ["Ivan Fraixedes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Idiomatic and safe Rust binding for the Storj Lib Uplink" homepage = "https://storj.io" readme = "README.md" keywords = [ "storj", "storjlabs", "decentralized", "binding", "uplink", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/storj-thirdparty/uplink-rust" resolver = "1" [lib] name = "uplink" path = "src/lib.rs" [[test]] name = "access_grant_test" path = "tests/access_grant_test.rs" [[test]] name = "bucket_test" path = "tests/bucket_test.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "edge_test" path = "tests/edge_test.rs" [[test]] name = "full_cycle_test" path = "tests/full_cycle_test.rs" [[test]] name = "object_test" path = "tests/object_test.rs" [[test]] name = "uploads_test" path = "tests/uploads_test.rs" [dependencies.uplink-sys] version = "0.7.1" [dev-dependencies.rand] version = "0.8.5"