# 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] edition = "2018" name = "dygpi" version = "0.1.5" authors = ["Simon Johnston "] publish = true description = "Provides support for 'Dynamic Generic PlugIns', library based plugins for Rust." documentation = "https://docs.rs/dygpi/" readme = "README.md" license = "MIT" repository = "https://github.com/johnstonskj/rust-dygpi.git" [dependencies.libloading] version = "0.7" [dependencies.log] version = "0.4" [dependencies.search_path] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-fmt", "run-cargo-test"] default-features = false [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.8" [dev-dependencies.toml] version = "0.5" [build-dependencies.rustc_version] version = "0.4" [features] config_serde = ["serde"] default = ["config_serde"]