# 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 = "cloud-filter" version = "0.0.5" authors = [ "ok-nick ", "ho-229 ", ] build = false exclude = [ "examples/", ".github/", "test/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A safe and idiomatic wrapper around the Windows Cloud Filter API" documentation = "https://docs.rs/cloud-filter" readme = "README.md" license = "MIT" repository = "https://github.com/ho-229/cloud-filter-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [lib] name = "cloud_filter" path = "src/lib.rs" [[test]] name = "behavior" path = "tests/behavior/main.rs" harness = false [dependencies.flagset] version = "0.4.5" [dependencies.globset] version = "0.4.9" optional = true [dependencies.memoffset] version = "0.9.1" [dependencies.nt-time] version = "0.8.0" [dependencies.widestring] version = "1.0.2" [dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_Storage_CloudFilters", "Win32_System_CorrelationVector", "Win32_Storage_FileSystem", "Win32_System_IO", "Storage_Provider", "Win32_System_Memory", "Storage", "Storage_Search", "Foundation", "Foundation_Collections", "Win32_Security_Authorization", "Win32_UI_Shell", "Win32_System_Com", "Win32_UI_Shell_PropertiesSystem", "Win32_System_Search", "Storage_Streams", "Win32_System_Ioctl", "Win32_Security", ] [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.libtest-mimic] version = "0.7.3" [dev-dependencies.powershell_script] version = "1.1.0" [features] globs = ["globset"]