# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aci-registry" version = "1.1.2" authors = ["Connor Horman "] build = "build/main.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Programmatic representation of the ACI-Registry """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Clever-ISA/aci-registry-rs" [package.metadata.docs.rs] features = [ "extended-info", "non-authorative", ] [lib] name = "aci_registry" path = "src/lib.rs" [dependencies] [build-dependencies.csv] version = "1.3.0" [build-dependencies.serde] version = "1.0.196" [build-dependencies.serde_derive] version = "1.0.196" [features] extended-info = [] fixed-repr = [] non-authorative = []