File: Cargo.toml

package info (click to toggle)
rust-ssh2-config 0.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 356 kB
  • sloc: makefile: 2
file content (103 lines) | stat: -rw-r--r-- 2,041 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# 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 = "2024"
rust-version = "1.88.0"
name = "ssh2-config"
version = "0.6.2"
authors = ["Christian Visintin <christian.visintin@veeso.dev>"]
build = "build/main.rs"
include = [
    "build/**/*",
    "examples/**/*",
    "src/**/*",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "an ssh configuration parser for ssh2-rs"
homepage = "https://veeso.github.io/ssh2-config/"
documentation = "https://docs.rs/ssh2-config"
readme = "README.md"
keywords = [
    "ssh2",
    "ssh",
    "ssh-config",
    "ssh-config-parser",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/veeso/ssh2-config"

[features]
default = []
nolog = ["log/max_level_off"]

[lib]
name = "ssh2_config"
path = "src/lib.rs"

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "print"
path = "examples/print.rs"

[[example]]
name = "query"
path = "examples/query.rs"

[dependencies.bitflags]
version = "^2"

[dependencies.dirs]
version = ">= 5"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "^0.4"

[dependencies.thiserror]
version = "^2"

[dependencies.wildmatch]
version = "^2"

[dev-dependencies.env_logger]
version = "^0.11"

[dev-dependencies.pretty_assertions]
version = "^1"

[dev-dependencies.rpassword]
version = "^7"

[dev-dependencies.ssh2]
version = "^0.9"

[dev-dependencies.tempfile]
version = "^3"

[build-dependencies.anyhow]
version = "1"

[build-dependencies.git2]
version = "0.20"