# 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] name = "lazy_extern" version = "0.1.0" authors = ["Connie Hilarides "] description = "Allows easy definition of functions which are only optionally\nloaded from a DLL at runtime, for example linking to operating\nsystem functions which may not be present on all versions you\nwould like to support.\n" documentation = "https://docs.rs/lazy_extern" license = "MIT" repository = "https://github.com/Connicpu/lazy_extern" [dependencies.libloading] version = "0.5.0" [dev-dependencies.lazy_static] version = "1.0.0"