File: Cargo.toml.orig

package info (click to toggle)
rust-ini-core 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 132 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ini_core"
version = "0.2.0"
edition = "2021"
license = "MIT"

authors = ["Casper <CasualX@users.noreply.github.com>"]
description = "Implements a pretty bare-bones streaming INI parser."
documentation = "https://docs.rs/ini_core/"
repository = "https://github.com/CasualX/ini_core"
readme = "readme.md"
keywords = ["ini", "core", "config", "configuration", "parser"]
categories = ["config", "parser-implementations"]

[dependencies]
cfg-if = "1.0"