dynamic-config-embedded 0.5.0

Hot-reloadable configuration for no_std targets: no filesystem, no allocator, no runtime.
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 = "2021"
rust-version = "1.83"
name = "dynamic-config-embedded"
version = "0.5.0"
authors = ["Cevat Batuhan Tolon <cevatbatuhan.tolon@gmail.com>"]
build = false
exclude = [
    "tests/**",
    "benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hot-reloadable configuration for no_std targets: no filesystem, no allocator, no runtime."
homepage = "https://github.com/ctolon/dynamic-config"
documentation = "https://docs.rs/dynamic-config-embedded"
readme = "README.md"
keywords = [
    "config",
    "no-std",
    "embedded",
    "settings",
    "serde",
]
categories = [
    "config",
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/ctolon/dynamic-config"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
async = []
default = ["json"]
json = ["dep:serde-json-core"]
std = ["critical-section/std"]

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

[dependencies.critical-section]
version = "1.2"

[dependencies.serde]
version = "1.0.210"
features = ["derive"]
default-features = false

[dependencies.serde-json-core]
version = "0.6"
optional = true

[dev-dependencies.critical-section]
version = "1.2"
features = ["std"]

[dev-dependencies.serde]
version = "1.0.210"
features = ["derive"]
default-features = false