# 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 = "steamid-ng" version = "1.0.0" authors = ["Moses Miller "] description = "An easy-to-use steamid type with functions to parse and render steam2 and steam3 IDs" readme = "README.md" keywords = ["steam", "id", "steamid", "parser"] categories = ["parser-implementations", "games"] license = "MIT" repository = "https://github.com/Majora320/steamid-ng" [dependencies.enum_primitive] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num] version = "0.3.0" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.116" [dependencies.serde_derive] version = "1.0.116" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.serde_json] version = "1.0.58" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "Majora320/steamid-ng"