1ac7cb706Sopenharmony_ci[package] 2ac7cb706Sopenharmony_ciname = "libloading" 3ac7cb706Sopenharmony_ci# When bumping 4ac7cb706Sopenharmony_ci# * Don’t forget to add an entry to `src/changelog.rs` 5ac7cb706Sopenharmony_ci# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs` 6ac7cb706Sopenharmony_civersion = "0.7.4" 7ac7cb706Sopenharmony_ciauthors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"] 8ac7cb706Sopenharmony_cilicense = "ISC" 9ac7cb706Sopenharmony_cirepository = "https://github.com/nagisa/rust_libloading/" 10ac7cb706Sopenharmony_cidocumentation = "https://docs.rs/libloading/" 11ac7cb706Sopenharmony_cireadme = "README.mkd" 12ac7cb706Sopenharmony_cidescription = "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety." 13ac7cb706Sopenharmony_cikeywords = ["dlopen", "load", "shared", "dylib"] 14ac7cb706Sopenharmony_cicategories = ["api-bindings"] 15ac7cb706Sopenharmony_cirust-version = "1.40.0" 16ac7cb706Sopenharmony_ci 17ac7cb706Sopenharmony_ci[target.'cfg(windows)'.dependencies.winapi] 18ac7cb706Sopenharmony_civersion = "0.3" 19ac7cb706Sopenharmony_cifeatures = [ 20ac7cb706Sopenharmony_ci "errhandlingapi", 21ac7cb706Sopenharmony_ci "libloaderapi", 22ac7cb706Sopenharmony_ci] 23ac7cb706Sopenharmony_ci 24ac7cb706Sopenharmony_ci[target.'cfg(unix)'.dependencies.cfg-if] 25ac7cb706Sopenharmony_civersion = "1" 26ac7cb706Sopenharmony_ci 27ac7cb706Sopenharmony_ci[dev-dependencies] 28ac7cb706Sopenharmony_cilibc = "0.2" 29ac7cb706Sopenharmony_cistatic_assertions = "1.1" 30ac7cb706Sopenharmony_ci 31ac7cb706Sopenharmony_ci[package.metadata.docs.rs] 32ac7cb706Sopenharmony_ciall-features = true 33ac7cb706Sopenharmony_cirustdoc-args = ["--cfg", "libloading_docs"] 34