# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ketos" version = "0.12.0" authors = ["Murarth "] description = "Lisp dialect scripting and extension language" homepage = "https://github.com/murarth/ketos" documentation = "https://docs.rs/ketos/" readme = "README.md" keywords = ["scripting", "extension", "functional", "language", "lisp"] license = "MIT/Apache-2.0" repository = "https://github.com/murarth/ketos" [lib] name = "ketos" path = "src/ketos/lib.rs" [[bin]] name = "ketos" path = "src/bin/repl.rs" doc = false [dependencies.byteorder] version = "1.3" [dependencies.dirs] version = "2.0" [dependencies.gumdrop] version = "0.7" [dependencies.ketos_derive] version = "0.12" optional = true [dependencies.linefeed] version = "0.6" [dependencies.num] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.assert_matches] version = "1.0" [dev-dependencies.ketos_derive] version = "0.12" [features] default = [] derive = ["ketos_derive"]