smolder 0.2.0

CLI tools and high-level operator workflows for Smolder
Documentation
# 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"
rust-version = "1.85"
name = "smolder"
version = "0.2.0"
authors = ["M00NLIG7"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "smolder"
description = "CLI tools and high-level operator workflows for Smolder"
documentation = "https://docs.rs/smolder"
readme = "README.md"
keywords = [
    "smb",
    "smb2",
    "rpc",
    "cli",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/M00NLIG7/smolder"

[package.metadata.docs.rs]
no-default-features = true
features = ["kerberos"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
kerberos = ["smolder-core/kerberos"]

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

[[bin]]
name = "psexec"
path = "src/bin/psexec.rs"

[[bin]]
name = "smbexec"
path = "src/bin/smbexec.rs"

[[bin]]
name = "smolder"
path = "src/main.rs"

[[bin]]
name = "smolder-cat"
path = "src/bin/smolder-cat.rs"

[[bin]]
name = "smolder-get"
path = "src/bin/smolder-get.rs"

[[bin]]
name = "smolder-ls"
path = "src/bin/smolder-ls.rs"

[[bin]]
name = "smolder-mv"
path = "src/bin/smolder-mv.rs"

[[bin]]
name = "smolder-put"
path = "src/bin/smolder-put.rs"

[[bin]]
name = "smolder-rm"
path = "src/bin/smolder-rm.rs"

[[bin]]
name = "smolder-stat"
path = "src/bin/smolder-stat.rs"

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

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

[[example]]
name = "kerberos_share_list"
path = "examples/kerberos_share_list.rs"
required-features = ["kerberos"]

[[test]]
name = "cli_smoke"
path = "tests/cli_smoke.rs"

[[test]]
name = "samba_high_level"
path = "tests/samba_high_level.rs"

[[test]]
name = "windows_dfs"
path = "tests/windows_dfs.rs"

[[test]]
name = "windows_encryption"
path = "tests/windows_encryption.rs"

[[test]]
name = "windows_reconnect"
path = "tests/windows_reconnect.rs"

[dependencies.bytes]
version = "1"

[dependencies.crossterm]
version = "0.28"

[dependencies.rand]
version = "0.8"

[dependencies.smolder-core]
version = "0.2.0"
package = "smolder-smb-core"

[dependencies.smolder-proto]
version = "0.2.0"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "rt",
    "sync",
    "time",
]

[dev-dependencies.async-trait]
version = "0.1"