# 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 = "k0mmand3r" version = "0.1.5" authors = ["Brian H. "] description = "A library for parsing promptexecution K0mmand3r commands" homepage = "http://promptexecution.com" readme = "README.md" license = "MIT" [lib] name = "k0mmand3r" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.decimal-rs] version = "0.1.43" features = ["serde"] [dependencies.indexmap] version = "2.1.0" [dependencies.pyo3] version = "0.14" features = ["extension-module"] optional = true [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.wasm-bindgen] version = "0.2.89" [dependencies.wasm-bindgen-test] version = "0.3.39" [dependencies.winnow] version = "0.5.30" [features] default = [] lang-python = ["pyo3"] lang-wasm = []