File: Cargo.toml.orig

package info (click to toggle)
rust-faccess 0.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 693 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
24
[package]
name = "faccess"
version = "0.2.4"
authors = ["Thomas Hurst <tom@hur.st>"]
edition = "2018"
description = "Simple file accessibility checks"
repository = "https://github.com/Freaky/faccess"
license = "MIT"
keywords = ["file", "access"]
categories = ["api-bindings", "filesystem"]
readme = "README.md"

[target.'cfg(unix)'.dependencies]
libc = "~0.2.68"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.8", features = ["accctrl", "aclapi", "handleapi", "impl-default", "minwindef", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "winnt"] }

[dependencies]
bitflags = "1.2.1"

[package.metadata.docs.rs]
# Docs are identical across targets.
targets = []