# 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 = "kconfig" version = "0.1.0" build = "build.rs" links = "KF5Config" description = "A crate to use KConfig from Rust" readme = "../README.md" keywords = [ "KDE", "kde", ] categories = [ "api-bindings", "external-ffi-bindings", ] license-file = "LICENSE" repository = "https://invent.kde.org/oreki/kconfig-rs" [package.metadata.docs.rs] all-features = true [dependencies.bitflags] version = "1.3" [dependencies.cpp] version = "0.5" [dependencies.kconfig_impl] version = "0.0.1" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.qmetaobject] version = "0.2.7" optional = true [dependencies.qttypes] version = "0.2.7" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.log] version = "0.4" [dev-dependencies.qmetaobject] version = "0.2.7" [dev-dependencies.qttypes] version = "0.2.7" features = ["qtquick"] [build-dependencies.cpp_build] version = "0.5" [build-dependencies.kde_frameworks] version = "0.2" [build-dependencies.semver] version = "1.0" [features] all = [ "kconfig_impl", "qmetaobject", ] kconfigxt = ["kconfig_impl"]