-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
26 lines (21 loc) · 921 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "iso_11649"
version = "0.1.2"
license = "MIT OR Apache-2.0"
authors = ["Markus Kolb"]
edition = "2021"
rust-version = "1.56"
description = "Implementation of ISO-11649 Financial services - Structured creditor reference to remittance information"
documentation = "https://docs.rs/iso_11649"
homepage = "https://github.com/kolbma/rs_iso_11649"
repository = "https://github.com/kolbma/rs_iso_11649"
keywords = ["iso11649", "financial", "creditor", "reference", "payment"]
categories = ["parsing"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata]
# minimum supported rust version 1.56.0 because of edition 2021
msrv = "1.56.0"
[package.metadata.docs.rs]
all-features = true # get api doc for all features on https://docs.rs
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]