# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "outlines-core-rs" version = "0.1.0" description = "Structured Generation" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/outlines-dev/outlines-core" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "outlines_core_rs" crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0.86" [dependencies.pyo3] version = "0.22.0" features = ["extension-module"] optional = true [dependencies.regex] version = "1.10.6" [dependencies.serde-pyobject] version = "0.4.0" [dependencies.serde_json] version = "1.0.125" features = ["preserve_order"] [features] python-bindings = ["pyo3"]