{
  "cksum": "3445e2fcb3ce4e587fca43cc8ae95695495fd47f8d3b490e288338bf0dd4dcf5",
  "crate_file": "fstool-0.4.8.crate",
  "crate_url": "https://static.crates.io/crates/fstool/fstool-0.4.8.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "caseless",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "cbc",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "block-padding"
      ],
      "kind": "normal",
      "name": "cipher",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "compcol",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crc32c",
      "optional": false,
      "req": "^0.6.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crc32fast",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "des",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "encoding_rs",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "libfuse"
      ],
      "kind": "normal",
      "name": "fuser",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "lzfse_rust",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "hmac"
      ],
      "kind": "normal",
      "name": "pbkdf2",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha1",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": false,
      "req": "^1.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "unicode-normalization",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "amiga-lzx": [
      "dep:compcol",
      "compcol/amiga_lzx"
    ],
    "cab": [
      "dep:compcol",
      "compcol/deflate",
      "compcol/lzx",
      "compcol/quantum"
    ],
    "default": [
      "gzip",
      "xz",
      "lzma",
      "lz4",
      "zstd",
      "lzo",
      "cab",
      "amiga-lzx",
      "dmg-bzip2",
      "dmg-lzfse",
      "dmg-encrypted"
    ],
    "dmg-bzip2": [
      "dep:compcol",
      "compcol/bzip2"
    ],
    "dmg-encrypted": [
      "dep:aes",
      "dep:cbc",
      "dep:cipher",
      "dep:des",
      "dep:hmac",
      "dep:sha1",
      "dep:pbkdf2"
    ],
    "dmg-lzfse": [
      "dep:compcol",
      "compcol/lzfse"
    ],
    "fuse": [
      "dep:fuser"
    ],
    "gzip": [
      "dep:compcol",
      "compcol/gzip",
      "compcol/zlib",
      "compcol/deflate"
    ],
    "lz4": [
      "dep:compcol",
      "compcol/lz4"
    ],
    "lzma": [
      "dep:compcol",
      "compcol/lzma"
    ],
    "lzo": [
      "dep:compcol",
      "compcol/lzo"
    ],
    "xz": [
      "dep:compcol",
      "compcol/xz"
    ],
    "zstd": [
      "dep:compcol",
      "compcol/zstd"
    ]
  },
  "index_path": "fs/to/fstool",
  "name": "fstool",
  "pubtime": "2026-05-29T23:22:44Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.4.8",
  "yanked": false
}
