# 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 = "libset" version = "0.1.6" description = "A configuration file management library for Rust applications." homepage = "https://libset.edfloreshz.dev/" documentation = "https://docs.rs/libset" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/edfloreshz/libset/" [dependencies.atomicwrites] version = "0.4.3" [dependencies.dirs] version = "5.0.1" [dependencies.ron] version = "0.8.1" optional = true [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.72" optional = true [dependencies.thiserror] version = "1.0.56" [dependencies.toml] version = "0.8.10" optional = true [dependencies.tracing] version = "0.1.37" [features] default = ["json"] json = ["dep:serde_json"] ron = ["dep:ron"] toml = ["dep:toml"] [target."cfg(unix)".dependencies.xdg] version = "2.5.2" [target."cfg(windows)".dependencies.known-folders] version = "1.1.0"