[package] 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" repository = "https://github.com/Majora320/steamid-ng" readme = "README.md" keywords = ["steam", "id", "steamid", "parser"] categories = ["parser-implementations", "games"] license = "MIT" edition = "2018" [dependencies] enum_primitive = "0.1.1" serde_derive = "1.0.116" lazy_static = "1.4.0" thiserror = "1.0.20" serde = "1.0.116" regex = "1.3.9" num = "0.3.0" [dev-dependencies] serde_json = "1.0.58" [badges] maintenance = { status = "passively-maintained" } travis-ci = { repository = "Majora320/steamid-ng", branch = "master" }