[go: up one dir, main page]

File: Cargo.toml.orig

package info (click to toggle)
rust-dunce 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 4
file content (23 lines) | stat: -rw-r--r-- 756 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
authors = ["Kornel <kornel@geekhood.net>"]
categories = ["filesystem"]
description = "Normalize Windows paths to the most compatible format, avoiding UNC where possible"
documentation = "https://docs.rs/dunce"
homepage = "https://lib.rs/crates/dunce"
keywords = ["realpath", "unc", "canonicalize", "windows", "deunc"]
license = "CC0-1.0 OR MIT-0 OR Apache-2.0"
name = "dunce"
readme = "README.md"
repository = "https://gitlab.com/kornelski/dunce"
version = "1.0.5"
edition = "2021"

[badges]
gitlab = { repository = "kornelski/dunce" }
appveyor = { repository = "pornel/dunce" }
maintenance = { status = "passively-maintained" }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]