project-dirs-builder 0.1.0

A library for building project-dirs
Documentation
# 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 = "2024"
name = "project-dirs-builder"
version = "0.1.0"
authors = ["tomekdur@wp.pl"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for building project-dirs"
readme = false
license = "MIT"
resolver = "2"

[features]
schemars = ["dep:schemars"]

[lib]
name = "project_dirs_builder"
path = "src/lib.rs"

[dependencies.project-dirs]
version = "0.1.0"
features = ["serde"]

[dependencies.schemars]
version = "1.0.0-alpha.19"
optional = true

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.140"