File: Cargo.toml.orig

package info (click to toggle)
rust-isocountry 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "isocountry"
version = "0.3.2"
authors = ["Bree (formerly Brett) <sifton@users.noreply.github.com>"]
description = "ISO 3166-1 enumeration for Rust"
documentation = "http://docs.rs/isocountry"
homepage = "https://github.com/sifton/isocountry-rs"
license = "MIT"
keywords = ["iso3166", "iso3166-1", "country", "countrycode", "region"]
readme = "Readme.md"
repository = "https://github.com/sifton/isocountry-rs.git"
edition = "2018"

[dependencies]
thiserror = "1"
serde = "1"