# 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 = "win-base64" version = "0.1.2" authors = ["Pratik Chowdhury "] description = "Windows API Base64 Wrapper" homepage = "https://github.com/pratikpc/rust-win-base64" readme = "README.md" keywords = ["base64", "windows", "windows-api"] categories = ["os::windows-apis", "cryptography"] license = "MIT" repository = "https://github.com/pratikpc/rust-win-base64" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [] [[example]] name = "encode-decode-sample" [dependencies.windows] version = "0.30.0" features = ["Security_Cryptography", "Storage_Streams", "Win32_Foundation"]