# 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 = "dynamic-plugin" version = "0.1.0" authors = ["Lily Hopkins "] description = "Write compile-time-checked, dynamically-loaded plugin libraries for your Rust software." readme = "README.md" license = "MIT" repository = "https://github.com/lilopkins/dynamic-plugins-rs" [dependencies.dynamic-plugin-macros] version = "0.1.0" [dependencies.libc] version = "0.2.155" [dependencies.libloading] version = "0.8.3" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.61" [features] client = ["dynamic-plugin-macros/client"] host = ["dynamic-plugin-macros/host"]