{
  "cksum": "062bcead55e781cd826955a9c8b5f61245313593a108fabf7e8b8503bf05460f",
  "crate_file": "tpnote-1.25.10.crate",
  "crate_url": "https://static.crates.io/crates/tpnote/tpnote-1.25.10.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.5.38",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "clipboard-rs",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "directories",
      "optional": false,
      "req": "^6.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "httparse",
      "optional": true,
      "req": "^1.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "httpdate",
      "optional": true,
      "req": "^1.0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.27",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "notify",
      "optional": true,
      "req": "^8.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "notify-debouncer-mini",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "notify-rust",
      "optional": true,
      "req": "^4.11.7",
      "target": "cfg(not(target_os = \"windows\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "percent-encoding",
      "optional": false,
      "req": "^2.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sanitize-filename-reader-friendly",
      "optional": false,
      "req": "^2.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "semver",
      "optional": false,
      "req": "^1.0.26",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.219",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": false,
      "req": "^0.9.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tera",
      "optional": false,
      "req": "^1.20.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3.41",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": false,
      "req": "^0.8.22",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tpnote-lib",
      "optional": false,
      "req": "^0.44.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webbrowser",
      "optional": true,
      "req": "^1.0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "win-msgbox",
      "optional": true,
      "req": "^0.2.1",
      "target": "cfg(target_os = \"windows\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "win32job",
      "optional": false,
      "req": "^2.0.3",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [
        "Win32_Globalization",
        "Win32_System_SystemServices"
      ],
      "kind": "normal",
      "name": "windows-sys",
      "optional": false,
      "req": "^0.59.0",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "winresource",
      "optional": false,
      "req": "^0.1.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wl-clipboard-rs",
      "optional": true,
      "req": "^0.9.2",
      "target": "cfg(unix)"
    }
  ],
  "features": {
    "lang-detection": [
      "tpnote-lib/lang-detection"
    ],
    "renderer": [
      "tpnote-lib/renderer"
    ]
  },
  "features2": {
    "default": [
      "read-clipboard",
      "message-box",
      "viewer",
      "renderer",
      "lang-detection"
    ],
    "message-box": [
      "dep:win-msgbox",
      "dep:notify-rust"
    ],
    "read-clipboard": [
      "dep:clipboard-rs",
      "wl-clipboard-rs"
    ],
    "viewer": [
      "dep:notify",
      "dep:notify-debouncer-mini",
      "dep:httparse",
      "dep:webbrowser",
      "dep:httpdate",
      "tpnote-lib/viewer"
    ]
  },
  "index_path": "tp/no/tpnote",
  "name": "tpnote",
  "pubtime": "2025-05-24T15:22:43Z",
  "rust_version": "1.86",
  "v": 2,
  "vers": "1.25.10",
  "yanked": false
}
