{
  "cksum": "48ef034a0d87651bde900e0ffe0db094f36749749b465c8f0c15e876b5941cdb",
  "crate_file": "fstool-0.4.13.crate",
  "crate_url": "https://static.crates.io/crates/fstool/fstool-0.4.13.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "caseless",
      "optional": false,
      "req": "^0.2",
      "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.6",
      "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": "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": "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": [
        "std",
        "cipher",
        "hash",
        "kdf"
      ],
      "kind": "normal",
      "name": "purecrypto",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustyline",
      "optional": true,
      "req": "^15",
      "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": "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": {
    "arc": [],
    "lha": [],
    "sit": []
  },
  "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",
      "lha",
      "arc",
      "sit",
      "sevenz",
      "rar",
      "dmg-bzip2",
      "dmg-lzfse",
      "dmg-encrypted",
      "readline"
    ],
    "dmg-bzip2": [
      "dep:compcol",
      "compcol/bzip2"
    ],
    "dmg-encrypted": [
      "dep:purecrypto"
    ],
    "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"
    ],
    "rar": [
      "dep:compcol",
      "compcol/rar5"
    ],
    "readline": [
      "dep:rustyline"
    ],
    "sevenz": [
      "dep:compcol",
      "compcol/lzma",
      "compcol/bzip2",
      "compcol/deflate"
    ],
    "xz": [
      "dep:compcol",
      "compcol/xz"
    ],
    "zstd": [
      "dep:compcol",
      "compcol/zstd"
    ]
  },
  "index_path": "fs/to/fstool",
  "name": "fstool",
  "pubtime": "2026-06-07T05:58:21Z",
  "rust_version": "1.95",
  "v": 2,
  "vers": "0.4.13",
  "yanked": false
}
