# 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 = "libdmd" version = "0.1.6" exclude = [".idea"] description = "This library can be used to build clients for Devmode." homepage = "https://devmode.edfloreshz.dev/" documentation = "https://docs.rs/libdmd" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/edfloreshz/libdmd/" resolver = "2" [[example]] name = "client" crate-type = ["bin"] path = "examples/client/src/main.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.dirs] version = "4.0.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dependencies.toml] version = "0.5.8"