# 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" rust-version = "1.74.1" name = "sgf-tool" version = "1.0.4" authors = ["Erhan BARIS "] description = "SGF Tool" documentation = "https://docs.rs/sgf-tool" readme = "README.md" keywords = [ "go", "baduk", "sgf", "parser", ] categories = [ "data-structures", "parsing", ] license = "MIT" repository = "https://github.com/erhanbaris/sgf-tool" [dependencies.pest] version = "2.7.6" [dependencies.pest_derive] version = "2.7.6" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.thiserror] version = "1.0.56"