trash 3.0.1

A library for moving files and folders to the Recycle Bin
Documentation
[dependencies.log]
version = "0.4"
[dev-dependencies.chrono]
version = "0.4.9"

[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.once_cell]
version = "1.7.2"

[dev-dependencies.rand]
version = "0.8.3"

[dev-dependencies.serial_test]
version = "0.6.0"

[features]
coinit_apartmentthreaded = []
coinit_disable_ole1dde = []
coinit_multithreaded = []
coinit_speed_over_memory = []
default = ["coinit_apartmentthreaded", "chrono"]

[package]
authors = ["Artur Kovacs <kovacs.artur.barnabas@gmail.com>"]
description = "A library for moving files and folders to the Recycle Bin"
edition = "2018"
include = ["src/**/*", "LICENSE.txt", "README.md", "CHANGELOG.md", "build.rs"]
keywords = ["remove", "trash", "rubbish", "recycle", "bin"]
license = "MIT"
name = "trash"
readme = "README.md"
repository = "https://github.com/ArturKovacs/trash"
version = "3.0.1"
[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.chrono]
optional = true
version = "0.4.9"

[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.libc]
version = "0.2.65"

[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.once_cell]
version = "1.7.2"

[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.scopeguard]
version = "1.0.0"

[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.url]
version = "2.1.0"
[target."cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.once_cell]
version = "1.7.2"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.7"
[target."cfg(windows)".dependencies.scopeguard]
version = "1.0.0"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Com_StructuredStorage", "Win32_UI_Shell_PropertiesSystem"]
version = "0.44.0"