# 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 = "plugin_manager_lib" version = "0.1.3" authors = ["banchen19@outlook.com>"] description = "This is dependencies libloader build plugin manager" readme = "README.md" keywords = [ "plugin", "plugin_manager_lib", "libloader", ] license = "MIT" repository = "https://github.com/MC-PMA/plugin_manager_lib" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.libloader] version = "0.1.4" [dependencies.serde] version = "1.0" features = ["derive"]