{
  "cksum": "1e0b28e775e36a80aa8b40e2b24610055e0b858e1d5782e65a610bdbd3cd306b",
  "crate_file": "tpnote-1.25.12.crate",
  "crate_url": "https://static.crates.io/crates/tpnote/tpnote-1.25.12.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.5.41",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "clipboard-rs",
      "optional": true,
      "req": "^0.3.0",
      "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.1.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.4",
      "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.9.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tpnote-lib",
      "optional": false,
      "req": "^0.44.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webbrowser",
      "optional": true,
      "req": "^1.0.5",
      "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.60.2",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "winresource",
      "optional": false,
      "req": "^0.1.23",
      "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-07-16T14:50:27Z",
  "rust_version": "1.86",
  "v": 2,
  "vers": "1.25.12",
  "yanked": false
}
