{
  "cksum": "7cac52f9812945024fa8bf0451d4a6f42729d46ba9985739f4b57015fc1b10e8",
  "crate_file": "tpnote-1.23.4.crate",
  "crate_url": "https://static.crates.io/crates/tpnote/tpnote-1.23.4.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "wayland-data-control"
      ],
      "kind": "normal",
      "name": "arboard",
      "optional": true,
      "req": "^3.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "directories",
      "optional": false,
      "req": "^5.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "httparse",
      "optional": true,
      "req": "^1.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "httpdate",
      "optional": true,
      "req": "^1.0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "msgbox",
      "optional": true,
      "req": "^0.7.0",
      "target": "cfg(not(all(unix, not(target_os = \"macos\"))))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "notify",
      "optional": true,
      "req": "^6.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "notify-debouncer-mini",
      "optional": true,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "notify-rust",
      "optional": true,
      "req": "^4.10.0",
      "target": "cfg(all(unix, not(target_os = \"macos\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12.1",
      "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.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "semver",
      "optional": false,
      "req": "^1.0.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.195",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": false,
      "req": "^0.9.30",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "structopt",
      "optional": false,
      "req": "^0.3.26",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tera",
      "optional": false,
      "req": "^1.19.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.56",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3.31",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": false,
      "req": "^0.8.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tpnote-lib",
      "optional": false,
      "req": "^0.30.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webbrowser",
      "optional": true,
      "req": "^0.8.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "win32job",
      "optional": false,
      "req": "^1.0.2",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [
        "Win32_Globalization",
        "Win32_System_SystemServices"
      ],
      "kind": "normal",
      "name": "windows-sys",
      "optional": false,
      "req": "^0.52.0",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "winresource",
      "optional": false,
      "req": "^0.1.17",
      "target": null
    }
  ],
  "features": {
    "lang-detection": [
      "tpnote-lib/lang-detection"
    ],
    "renderer": [
      "tpnote-lib/renderer"
    ]
  },
  "features2": {
    "default": [
      "read-clipboard",
      "message-box",
      "viewer",
      "renderer",
      "lang-detection"
    ],
    "message-box": [
      "dep:msgbox",
      "dep:notify-rust"
    ],
    "read-clipboard": [
      "dep:arboard"
    ],
    "viewer": [
      "dep:notify",
      "dep:notify-debouncer-mini",
      "dep:httparse",
      "dep:webbrowser",
      "dep:httpdate",
      "tpnote-lib/viewer"
    ]
  },
  "index_path": "tp/no/tpnote",
  "name": "tpnote",
  "pubtime": "2024-01-14T19:44:06Z",
  "rust_version": "1.70.0",
  "v": 2,
  "vers": "1.23.4",
  "yanked": false
}
