blob: a085b56a68a6c48f5a15638ab30b367802a7de86 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
[package]
name = "opentitanlib"
version = "0.1.0"
authors = ["lowRISC contributors"]
edition = "2018"
[dependencies]
anyhow = "1.0"
thiserror = "1.0"
lazy_static = "1.4.0"
regex = "1"
nix = "0.17.0"
bitflags = "1.0"
log = "0.4"
# TODO(cfrantz): work with cr1901 to release 0.3.0.
safe-ftdi = { git = "https://github.com/cr1901/safe-ftdi" }
serde = { version="1", features=["serde_derive"] }
serde_json = "1"
erased-serde = "0.3.12"
opentitantool_derive = {path = "opentitantool_derive"}