{
  "cksum": "9a4e2e071a8cf44e0597d82ef4e0dc92407b23ecdf975fc42647cb584efa3818",
  "crate_file": "sklears-linear-0.1.2.crate",
  "crate_url": "https://static.crates.io/crates/sklears-linear/sklears-linear-0.1.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "approx",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memmap2",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num_cpus",
      "optional": false,
      "req": "^1.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicode",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-blas",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-solver",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rmp-serde",
      "optional": true,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scirs2-autograd",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "random",
        "linalg",
        "serialization"
      ],
      "kind": "normal",
      "name": "scirs2-core",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scirs2-linalg",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scirs2-optimize",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scirs2-sparse",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sklears-core",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.27",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "handleapi",
        "memoryapi",
        "winnt",
        "sysinfoapi"
      ],
      "kind": "normal",
      "name": "winapi",
      "optional": false,
      "req": "^0.3",
      "target": "cfg(windows)"
    }
  ],
  "features": {
    "admm": [],
    "all-algorithms": [
      "linear-regression",
      "ridge",
      "lasso",
      "elastic-net",
      "logistic-regression",
      "glm",
      "bayesian",
      "quantile-regression",
      "robust-regression",
      "multi-task"
    ],
    "all-solvers": [
      "coordinate-descent",
      "admm",
      "sgd",
      "online-learning",
      "constrained-optimization"
    ],
    "bayesian": [],
    "benchmarking": [],
    "chunked-processing": [
      "memory-mapping"
    ],
    "constrained-optimization": [],
    "convergence-analysis": [],
    "coordinate-descent": [],
    "cross-validation": [],
    "default": [
      "std",
      "linear-regression",
      "ridge",
      "lasso",
      "coordinate-descent",
      "early-stopping"
    ],
    "diagnostics": [],
    "early-stopping": [],
    "elastic-net": [
      "lasso",
      "ridge"
    ],
    "feature-selection": [],
    "glm": [],
    "huber": [],
    "incomplete-benchmarks": [],
    "lasso": [],
    "linear-regression": [],
    "logistic-regression": [],
    "memory-mapping": [],
    "multi-task": [
      "multi-task-lasso",
      "multi-task-elastic-net"
    ],
    "multi-task-elastic-net": [
      "elastic-net"
    ],
    "multi-task-lasso": [
      "lasso"
    ],
    "online-learning": [
      "sgd"
    ],
    "parallel": [
      "rayon"
    ],
    "plotting": [],
    "property-testing": [],
    "quantile-regression": [],
    "ransac": [],
    "regularization-path": [],
    "reporting": [],
    "residual-analysis": [],
    "ridge": [],
    "robust-regression": [
      "huber",
      "ransac",
      "theil-sen"
    ],
    "sgd": [],
    "simd": [],
    "std": [
      "sklears-core/std"
    ],
    "streaming": [],
    "theil-sen": [],
    "uncertainty-quantification": [
      "bayesian"
    ]
  },
  "features2": {
    "full": [
      "all-algorithms",
      "all-solvers",
      "feature-selection",
      "cross-validation",
      "regularization-path",
      "early-stopping",
      "parallel",
      "simd",
      "gpu",
      "memory-mapping",
      "streaming",
      "sparse",
      "serde",
      "diagnostics",
      "uncertainty-quantification",
      "convergence-analysis",
      "residual-analysis",
      "plotting",
      "reporting"
    ],
    "gpu": [
      "sklears-core/gpu_support",
      "dep:oxicuda-blas",
      "dep:oxicuda-solver"
    ],
    "serde": [
      "dep:serde",
      "sklears-core/serde",
      "oxicode",
      "serde_json",
      "rmp-serde",
      "chrono"
    ],
    "sparse": [
      "dep:scirs2-sparse"
    ]
  },
  "index_path": "sk/le/sklears-linear",
  "name": "sklears-linear",
  "pubtime": "2026-06-29T19:50:12Z",
  "rust_version": "1.89",
  "v": 2,
  "vers": "0.1.2",
  "yanked": false
}
