# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zsplg" version = "0.0.0-alpha2" authors = ["Erik Zscheile "] description = "Zscheile plugin library" keywords = ["ffi"] license = "MIT OR Apache-2.0" repository = "https://github.com/zserik/zsplg/tree/master/zsplg" [lib] crate-type = ["lib", "cdylib"] [dependencies.libloading] version = "0.5" optional = true [dependencies.os_str_bytes] version = "0.2" [dependencies.try-block] version = "0.1" optional = true [dependencies.zsplg-core] version = "0.0.0-alpha2" [features] default = ["loader"] loader = ["libloading", "try-block"]