# 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 = "hooked-config" version = "0.1.0" authors = ["Holllo "] description = "Configuration for Hooked." license = "AGPL-3.0-or-later" repository = "https://git.bauke.xyz/Holllo/hooked" resolver = "1" [lib] path = "source/lib.rs" [dependencies.color-eyre] version = "0.6.2" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.toml] version = "0.5.9" [dev-dependencies.insta] version = "1.21.0" [dev-dependencies.test-case] version = "2.2.2"