# 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 = "alfresco-sdk" version = "0.1.3" authors = ["victor"] description = "Some tests that may or may not continue being developed into a SDK for alfresco. Contains spaghetti code and should not be used by anyone, it's shit." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.79" [dependencies.base64] version = "0.21.5" [dependencies.csv] version = "1.3.0" [dependencies.dotenv] version = "0.15.0" [dependencies.reqwest] version = "0.11.23" features = [ "blocking", "json", "multipart", "stream", ] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.tokio] version = "1.0.0" features = [ "rt", "rt-multi-thread", "macros", "fs", ] [dependencies.tokio-util] version = "0.7.3" features = ["codec"]