Some checks failed
Continuous integration / Tests (push) Blocked by required conditions
Continuous integration / Tests (windows-latest) (push) Waiting to run
Continuous integration / Check clippy, formatting, and documentation (push) Failing after 20s
Continuous integration / Tests (ubuntu-latest) (push) Failing after 22s
Continuous integration / Check fuzzers (push) Failing after 18s
Continuous integration / Check mininum Rust version (push) Failing after 20s
51 lines
1.4 KiB
TOML
51 lines
1.4 KiB
TOML
# 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 = "2018"
|
|
rust-version = "1.62"
|
|
name = "open"
|
|
version = "5.3.0"
|
|
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
|
include = [
|
|
"src/**/*",
|
|
"LICENSE.md",
|
|
"README.md",
|
|
"changelog.md",
|
|
]
|
|
description = "Open a path or URL using the program configured on the system"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"open",
|
|
"xdg-open",
|
|
"start",
|
|
"launch",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/Byron/open-rs"
|
|
|
|
[[bin]]
|
|
name = "open"
|
|
test = false
|
|
doc = false
|
|
|
|
[features]
|
|
shellexecute-on-windows = []
|
|
|
|
[target."cfg(all(unix, not(macos)))".dependencies.pathdiff]
|
|
version = "0.2.0"
|
|
|
|
[target."cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"illumos\", target_os = \"solaris\", target_os = \"aix\", target_os = \"hurd\"))".dependencies.is-wsl]
|
|
version = "0.4.0"
|
|
|
|
[target."cfg(unix)".dependencies.libc]
|
|
version = "0.2"
|