# 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 = "lakefuse" version = "0.0.0" description = "Yet another S3 file access util" license = "MIT" resolver = "1" [lib] name = "lakefuse" path = "src/lib.rs" [[bin]] name = "lakefuse" path = "src/main.rs" [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.hmac] version = "0.11.0" default-features = false [dependencies.itertools] version = "0.10.1" [dependencies.percent-encoding] version = "2.1" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] [dependencies.serde-xml-rs] version = "0.4.1" [dependencies.sha2] version = "0.9.8" default-features = false [dependencies.time] version = "0.3" features = ["alloc"] [dependencies.url] version = "2.2.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ureq] version = "2.2.0" features = ["tls"] default-features = false