aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 2d47c56eb1947f405f78c2d35c334fd06f6e352a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "csv-core"
description: "Bare bones CSV parsing with no_std support."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/csv-core"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/csv-core/csv-core-0.1.10.crate"
  }
  version: "0.1.10"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 12
    day: 21
  }
}