# 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 = "libbase64-sys" version = "0.1.2-alpha.0" authors = ["Kevin Alexander Krefting "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "An FFI Binding to libb64, cencode.h and cdecode.h" readme = "README.md" keywords = [ "base64", "ffi", "binding", "c", "sys", ] license = "MIT" repository = "https://github.com/rulynx/libbase64" [lib] name = "libbase64_sys" crate-type = [ "dylib", "staticlib", "rlib", ] path = "src/lib.rs" [dependencies.libc] version = "0.2.155" [build-dependencies.libc] version = "0.2.155" [build-dependencies.walkdir] version = "2.5.0" [features] decode = [] default = ["prelude_root"] encode = [] full = [ "encode", "decode", "prelude_root", ] fullnp = [ "encode", "decode", ] prelude = [] prelude_root = ["prelude"]