File: Cargo.toml

package info (click to toggle)
rust-expectrl 0.7.1-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 740 kB
  • sloc: python: 55; makefile: 4
file content (50 lines) | stat: -rw-r--r-- 1,305 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# 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"
name = "expectrl"
version = "0.7.1"
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
description = "A tool for automating terminal applications in Unix like Don libes expect"
homepage = "https://github.com/zhiburt/expectrl"
documentation = "https://docs.rs/expectrl"
readme = "README.md"
keywords = [
    "expect",
    "pty",
    "testing",
    "terminal",
    "automation",
]
categories = [
    "development-tools::testing",
    "os::unix-apis",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/zhiburt/expectrl"
resolver = "2"

[package.metadata.docs.rs]
all-features = false

[dependencies.regex]
version = "1.6.0"

[features]

[target."cfg(unix)".dependencies.nix]
version = ">= 0.27, < 1.0"
features = ["fs", "term"]

[target."cfg(unix)".dependencies.ptyprocess]
version = "0.4.1"