# 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" rust-version = "1.74" name = "savefile-abi" version = "0.18.4" authors = ["Anders Musikka "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Easy to use, simple, stable ABI for Rust-libraries. Allows creating dynamically loadable plugins written in rust." homepage = "https://github.com/avl/savefile/blob/master/savefile-abi/README.md" documentation = "https://docs.rs/savefile-abi/" readme = "README.md" keywords = [ "dylib", "dlopen", "ffi", ] license = "MIT/Apache-2.0" repository = "https://github.com/avl/savefile" [lib] name = "savefile_abi" path = "src/lib.rs" [dependencies.byteorder] version = "1.4" [dependencies.libloading] version = "0.8" [dependencies.savefile] version = "=0.18.4" [dependencies.savefile-derive] version = "=0.18.4" [dev-dependencies.async-trait] version = "0.1" [build-dependencies.rustc_version] version = "0.4" [features] rust1_78 = []