# 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 = "snailcrypt" version = "0.3.0" authors = ["Richard Bäck "] description = "Library to access api.snailcrypt.com" readme = "README.md" license = "MIT" repository = "https://github.com/ritschmaster/snailcrypt" [lib] name = "snailcrypt" crate-type = [ "cdylib", "lib", ] [dependencies.base64] version = "0.13.1" [dependencies.chrono] version = "0.4.23" [dependencies.curl] version = "0.4.44" [dependencies.openssl] version = "0.10.42" [dependencies.serde_json] version = "1.0.87" [dependencies.url] version = "2.3.1" [build-dependencies.cbindgen] version = "0.24.3"