sas_run 0.1.7

用于windows下读取注册表中的SAS路径来执行指定的SAS程序文件
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 = "2024"
name = "sas_run"
version = "0.1.7"
authors = ["ticktock"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "用于windows下读取注册表中的SAS路径来执行指定的SAS程序文件"
documentation = "https://docs.rs/sas_run"
readme = "readme.md"
keywords = ["sas"]
license = "MIT"
repository = "https://github.com/TicklTock/sas_run"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_derive]
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = [
    "process",
    "rt",
]

[dependencies.winreg]
version = "0.56.0"