# 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 = "hltas" version = "0.9.0" authors = [ "Ivan Molodetskikh ", "Chong Jiang Wei ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reading and writing Half-Life TAS scripts (`.hltas`)." documentation = "https://docs.rs/hltas" readme = "README.md" keywords = [ "half-life", "goldsource", "hltas", "tas", "parser", ] categories = [ "game-engines", "games", "parser-implementations", "parsing", ] license = "MIT/Apache-2.0" repository = "https://github.com/HLTAS/hltas" [lib] name = "hltas" path = "src/lib.rs" [[bin]] name = "parse" path = "src/bin/parse.rs" [[bin]] name = "read-write" path = "src/bin/read_write.rs" [dependencies.cookie-factory] version = "0.3.3" [dependencies.nom] version = "7.1.3" [dependencies.proptest] version = "1.5.0" optional = true [dependencies.proptest-derive] version = "0.5.0" optional = true [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true [features] default = [] proptest1 = [ "proptest", "proptest-derive", ] serde1 = ["serde"]