# 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.74.0" name = "etc-os-release" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse /etc/os-release file" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/gifnksm/etc-os-release" [package.metadata.cargo-sync-rdme.badge] style = "flat-square" [package.metadata.cargo-sync-rdme.badge.badges] codecov = true crates-io = true docs-rs = true maintenance = true rust-version = true [package.metadata.cargo-sync-rdme.badge.badges.github-actions] workflows = "ci.yml" [package.metadata.cargo-sync-rdme.badge.badges.license] link = "#license" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.dev] [profile.release] [lib] name = "etc_os_release" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" optional = true default-features = false [dependencies.indexmap] version = "2.6.0" [dependencies.thiserror] version = "1.0.64" [dependencies.url] version = "2.5.2" optional = true default-features = false [dev-dependencies] [build-dependencies] [features] date = ["dep:chrono"] default = [] url = ["dep:url"] [badges.maintenance] status = "passively-maintained"